selectors in CSS
Universal Selector(*for whole document):
In the universal selector, we use the * symbol. star (*) means the whole document. The universal selector (*) selects all HTML elements on the page.
Syntax:
Input:
Output:
1. Individual Selector:
T...
rameshnaik.hashnode.dev2 min read