DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Css Important
overriding all styles rules so that no matte what the order of importance of the style rule you are using it will override the rest of the style rules
#h2{
font-size:20px !important;
}





