CSS Combinators - Activity
Instructions:
Using the files provided
- Give all descendant pelements of#div1a black background color with white font.
- Give only child pelements of#div2a cyan background with red font, exclude paragraphs in the span element.
- Give all general sibling pelements of#div1a blue font.
- Give all adjacaent sibling pelements of#div2a yellow background color.
- Give #div1and#div2a border without adding the border to all divs.