Topic 1 css

I did this and worked,
#outer div ul .nav a {
background-color: blue;
padding: 5px;
display: inline-block;
margin-bottom: 10px;
background-color: initial;
}

div div li a {
color: yellow;
}

However I also wanted to know how can I do this by using a !important. Or any other methods.

Thank you

Hello @UnknownScript

you doing great well done and you can do this by the following code

div div li a {
 background-color: initial !important; 
  color: yellow;
}    

you can use unset and inherit also instead of initial

please post a link to the question you asked about so it be easy to know which task you asking about
hope that help and have a nice day

@Someone!!

Thankyou! appreciated.

1 Like