RNRamesh Naik Mudeinrameshnaik.hashnode.dev·Feb 21, 2023 · 2 min readselectors in CSSUniversal 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...00