10
|
1 body {
|
|
2 text-align: center;
|
|
3 background-size: 100% auto;
|
|
4 background-position: top center;
|
|
5 background-repeat: repeat;
|
|
6 image-rendering: pixelated;
|
|
7 text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 2px 2px 2px rgba(0, 0, 0, 0.5);
|
|
8 font-family: "Comic Sans MS", "Comic Sans", cursive;
|
|
9 color: white;
|
|
10 }
|
|
11 p {
|
|
12 font-size: 20px;
|
|
13 }
|
|
14 h1 {
|
|
15 font-size: 40px;
|
|
16 }
|
|
17 a {
|
|
18 color: tomato;
|
|
19 }
|
|
20 img {
|
|
21 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
|
|
22 }
|