how to make important in % value in css code example
Example 1: important css
body{
font-family: verdana, arial !important;
}
Example 2: important css
Hey! Using !important in your code means that you've done something wrong.
Try avoiding it as much as possible.