Skip to content

A super super (and silly) tiny CSS reset and normalizer (kinda) for my HTML/CSS/JS demos

Notifications You must be signed in to change notification settings

nobilelucifero/tinyrn.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

tinyrn.css

A super (and silly) tiny CSS Reset (kinda) for my HTML/CSS/JS demos.

####Copy and paste version

/* github.com/nobilelucifero/tinyrn.css */
*, *:after, *:before {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

About

A super super (and silly) tiny CSS reset and normalizer (kinda) for my HTML/CSS/JS demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages