Css
Css
Selectors
• Class is called by .
• Id is called by # (not advisable to use in css)
• Group selector by “ , “ = h1, h2
• Called nested group selector without adding “ , “ = h1 h2
• * {} universal selector (basically a css reset)
• !important overrides the rendering structure
Colors
/ / / / / / / / / / / / / / / / / / / /
selector {
property: value;
}
Selectors Combinators
Border
border-style