CSS Primer

Most commonly, the use of the universal selector is limited to the top of a CSS style sheet, often used to reset all HTML elements’ margin and padding as so: Type Selector. A type, or element, selector is simply any (X)HTML tag. For instance, the following rule sets the color of all paragraph elements to red. Class and ID Selector ................
................