Skip to content

Reset.css unifies the styles of different html tags for different browsers.

License

Notifications You must be signed in to change notification settings

sun-runners/reset.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reset.css

Reset your base CSS styling with cross browser.


DEMO

https://kimsunwook.github.io/reset.css

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

  <body>

    <h1>This is heading 1</h1>
    <h2>This is heading 2</h2>
    <h3>This is heading 3</h3>
    <h4>This is heading 4</h4>
    <h5>This is heading 5</h5>
    <h6>This is heading 6</h6>

  </body>
</html>

INSTALL

bower install reset.css --save

Quick start

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

<link rel="stylesheet" href=".bower_components/reset.css/reset.css">

or

<link rel="stylesheet" href="https://cdn.rawgit.com/KimSunWook/reset.css/v1.1.3/reset.css">

Easy!

About

Reset.css unifies the styles of different html tags for different browsers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published