annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 body {
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 text-align: center;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
3 background-size: 100% auto;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4 background-position: top center;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
5 background-repeat: repeat;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6 image-rendering: pixelated;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
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);
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
8 font-family: "Comic Sans MS", "Comic Sans", cursive;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
9 color: white;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
10 }
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
11 p {
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
12 font-size: 20px;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
13 }
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
14 h1 {
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
15 font-size: 40px;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
16 }
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
17 a {
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
18 color: tomato;
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
19 }
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
20 img {
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
21 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
787fa7e08fbd actually make the site good
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
22 }