Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css conflicting styles

/* Add the "!important" tag to the style you want to prioritize */
div {
	color: black;
  	color: red !important;
}
/* Font color will be red in the example. */
 
PREVIOUS NEXT
Tagged: #css #conflicting #styles
ADD COMMENT
Topic
Name
2+9 =