Showing posts with label :: CSS. Show all posts
Showing posts with label :: CSS. Show all posts

Thursday, July 15, 2010

!important

To avoid conflict between same reference the style code, author can add a bit more power by utilizing the !important operator, if use this operator the style will prior this reference style first. Here's the sample.


p{
 font-size:40pt !important;
}