News

When writing CSS, we'll reference a specific selector (universal, tagname, id, classname, etc.) to specify an html element or set of html elements we want to apply styles to. We'll then write the ...