Published
- 1 min read
imporatn css
The solution for this is noted below
imporatn css
Solution
/* you only have to add !important at the end of the property to make it the
most important rule*/
h1 {
color: blue !important;
}
Try other methods by searching on the site. That is if this doesn’t work