Understanding CSS Selectors
When we write CSS, we are trying to style something on the webpage. But css has one big question first, which element should i style ?
That is why CSS selectors exist. Selectors are just a way to choose HTML elements so CSS knows where to apply style...
kousik-chowdhury.hashnode.dev3 min read