CSS SECTION!!!

this is the hard part


selectors

how css functions is that you make lil boxes (selectors) with curly brackets for each thing you wanna style

how to reference each thing:


colors and background:


borders/making fake boxes


text


links

there are 4 states in which a link can be in:

the display property

as you know, inline elements take up as much space as needed whereas block elements will take up full width

display:none removes stuff from the page entirely while visibility:none simply hides it but still takes space