!important

This CSS element allows certain items to take precedence over others, ignoring their position in the document. Normally CSS takes the last given entry as correct but this can overwrite it. This unfortunately doesn’t work in IE but is still very handy.

Example Code:

margin-right: 20px !important;

Leave a comment

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