CSS Selectors 101
When you write CSS, you are not styling the entire webpage at once.
You are choosing specific parts of the page and telling the browser how those parts should look. But for that to work, CSS needs a way to point to elements inside the HTML.
That is e...
blog-samay.hashnode.dev4 min read