1.

What is the used of !important? How we can use it?

Answer»

The !important css RULE is used for overriding the previously assigned CSS declarations.

Also Read: DIFFERENCE between HTML and HTML5Example

#SIDEBAR {
   font-size: 12px !important;
}



Discussion

No Comment Found