comparison style.css @ 10:787fa7e08fbd

actually make the site good
author Paper <mrpapersonic@gmail.com>
date Mon, 31 May 2021 10:49:11 -0400
parents
children e7ca289b45ec
comparison
equal deleted inserted replaced
9:f8f852d8c466 10:787fa7e08fbd
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 }