Skip to content

CSS stylesheet to reset element style to default based on webkit css user-agent value.

Notifications You must be signed in to change notification settings

jeanniton-mnr/resetCss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

resetCss

CSS stylesheet to reset element style to default based on webkit css user-agent value.

Basic usage

To reset the style of an element, link the stylesheet (reset-this.css) in your page then add the class "reset-this" to the element you want to reset. You should notice that children of this element will also be reset. P.S. : Pay attention to css specifity as well.

Userfull link:

  1. http://stackoverflow.com/questions/15901030/reset-remove-css-styles-for-element-only
  2. http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css
  3. http://stackoverflow.com/questions/6867254/browsers-default-css-for-html-elements/6867287#6867287
  4. https://css-tricks.com/specifics-on-css-specificity/
  5. http://trac.webkit.org/browser/trunk/Source/WebCore/css/html.css

Ad

Deploy your own Web Site or Web Application for as low as $5/month. Sign up using my link and receive $10 in credit: https://m.do.co/c/310cb233aac0

About

CSS stylesheet to reset element style to default based on webkit css user-agent value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages