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;
}

No comments:

Post a Comment