1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
h1 { font-size: 30 pt; } html { background-color: white; } body { background-color: white; max-width: 30em; margin: auto; padding: 2em; box-shadow: 0 0 3em lightgray; } li { list-style-type: none; }