Welke properties je bij welke class kan gebruiken
Body {
line-height, font-weight, font-size, color,
Background {
position, left, right, top, bottom, background, background-size, filter, z-index: -1
h1,
h2,
h3 {
tekst-transform: uppercase; , line-height, margin-bottom, letter-spacing
In h1, h2, h3 apart kan font-size, font-weight
P{
margin-bottom
ol {
margin
ul {
list-style-type
a{
tekst-decoration, color
:hover {
font-weight, color, background-color, transform (scale, rotate), grayscale….
Navigation {
padding, border-top, border-bottom, margin,
Navigation ul {
list-style-type, display, justify-content
Navigation li {
padding-left, padding-right, border-right, border-top, border-bottom, min-width
Laatste element anders dan de andere
….:last child
Button maken
color, display, background, padding, border-radius, border, font-size, font-weight, text-transform
Body {
line-height, font-weight, font-size, color,
Background {
position, left, right, top, bottom, background, background-size, filter, z-index: -1
h1,
h2,
h3 {
tekst-transform: uppercase; , line-height, margin-bottom, letter-spacing
In h1, h2, h3 apart kan font-size, font-weight
P{
margin-bottom
ol {
margin
ul {
list-style-type
a{
tekst-decoration, color
:hover {
font-weight, color, background-color, transform (scale, rotate), grayscale….
Navigation {
padding, border-top, border-bottom, margin,
Navigation ul {
list-style-type, display, justify-content
Navigation li {
padding-left, padding-right, border-right, border-top, border-bottom, min-width
Laatste element anders dan de andere
….:last child
Button maken
color, display, background, padding, border-radius, border, font-size, font-weight, text-transform