Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

imporatn css

/* you only have to add !important at the end of the property to make it the
most important rule*/
h1 {
    color: blue !important;
}
 
PREVIOUS NEXT
Tagged: #imporatn #css
ADD COMMENT
Topic
Name
2+9 =