Selector in CSS
CSS Selectors help to select HTML elements for Styling.
CSS syntax
in this above css syntax h1 selects h1 tag element and changes its color to #36CFFF.
Selectors
Type selector
The type selector assigns the properties to an HTML tag and this property...
sumitjeswani.hashnode.dev2 min read