Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to overwrite a css importnat

/*Some examples with a higher specificity (first is highest/overrides, third is lowest):*/

table td    {height: 50px !important;}
.myTable td {height: 50px !important;}
#myTable td {height: 50px !important;}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #overwrite #css #importnat
ADD COMMENT
Topic
Name
7+6 =