Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css not class

/* Style everything but the .different class */
li:not(.different) {
  font-size: 3em;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #class
ADD COMMENT
Topic
Name
1+7 =