Skip to content

jasonniebauer/CSS-Reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CSS Reset

Reset browser styles.

Usage

Include the reset stylesheet in the <head> section of your HTML document.

Example:

<!DOCTYPE html>
<html>
  <head>
    ...
    <link rel="stylesheet" href="path/to/reset.css">
    ...
  </head>
  <body>
    ...
  </body>
</html>

About

A tiny file to reset browser styles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages