CSS yang penting

/* you only have to add !important at the end of the property to make it the
most important rule*/
h1 {
    color: blue !important;
}
Johiny