Answers for "impotyany on css"

CSS
0

imporatn css

/* you only have to add !important at the end of the property to make it the
most important rule*/
h1 {
    color: blue !important;
}
Posted by: Guest on September-26-2021

Browse Popular Code Answers by Language