Duration: 18:41 minutes
Summary: In this video, we will talk about combinators.So the idea is that if I need to change the style of some elements, how can I have access to descendants, direct children and siblings? To start, we will create some divs, headers, lists, list items and such. We will nest those elements in a specific structure. Then, we will use the different options in CSS to have access to the descendants. We will see how to get to direct children and adjacent siblings. Toward the end, we will refresh on how to get to even and odd elements within a list.
Technologies and Resources: CSS, HTML, Notepad++, CSS3, background-color, list-style-type, border, text-decoration, text-transform, nth-child.