Skip to content

CSS code snippet – How to overwrite a 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;}
See also  Python code snippet - How to correlation with axis in pandas?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.