CSS Selectors 101
Intro
Imagine you have this HTML:
<h1>Welcome</h1>
<p>Hello world</p>
<p>This is CSS</p>
<button>Click Me</button>
Now you want to:
Make headings blue
Paragraphs gray
Button green
How does CSS know which element to style?
What Are CSS Selectors...
saminitcohort.hashnode.dev2 min read