More CSS.
Today I Learned: Thursday, July 7, 2022
The type selector is used in the CSS file to select certain element types and apply styling to them. Eg
p { \
color:green; \
}
The universal selector * selects everything and applies styling to them. Eg.
{ \
font-family:arial; \
}
Yesterday I ...
getoutofthatgarden.hashnode.dev3 min read