padding
):
ol {
background-color: aqua;
padding: 20px;
}
li
-Elemente) mit einem
hellroten Hintergrund ein. Setzen Sie zudem Abstände
(padding
und margin
), um die Verschachtelung
besser zu sehen:
li {
background-color: tomato;
padding: 10px;
margin: 5px;
}
dl
-Elemente) mit
einem hellgrünen Hintergrund ein:
dl {
background-color: lime;
}