Normalize CSS

Learn to use normalize.css to standardize default settings across all browsers.

Not all browsers implement each CSS feature exactly the same. To ensure that your HTML pages look the same across browsers, you can utilize the normalize.css stylesheet to set the default styles and then set your own default starting from a known base-line.

Last updated