Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

CSS The !important

#myid {
  background-color: blue;
}

.myclass {
  background-color: gray;
}

p {
  background-color: red !important;
}
Source by www.educative.io #
 
PREVIOUS NEXT
Tagged: #CSS #The
ADD COMMENT
Topic
Name
9+6 =