All Tags »
CSS »
specificity »
vinetype
Sorry, but there are no more tags available to filter with.
-
only one element on a page can have a specific id attribute
div#blah targets the div element with the id="blah" attribute
#blah targets the one element with the id="blah" attribute
any number of elements on a page can specify the same class attribute
div.flibberty targets the div element(s) that contain the ...