CSS Selectors: Understanding 4 Types of CSS Selectors
We know that CSS language is to provide styling to HTML webpages like colors, decorations, borders, fonts etc.
CSS syntax contains two important parts. They are
Selectors
Decoration Block
selectors{
decoration block;
}
Selectors:
Selectors can sel...
rohitblog.hashnode.dev3 min read