CSS Selectors: Targeting Elements
Why CSS Selectors Are Needed
You've built an HTML structure. Now you want to style it. Make headings blue. Give paragraphs a margin. Add borders to images.
The problem: How do you tell CSS which elements to style?
You can't just say "make things blue...
selectorcss.hashnode.dev5 min read