annotate style.css @ 19:53d58f906e0a

Update index.html committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 03 Sep 2021 23:51:45 -0400
parents 710525605e4e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
1 body {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
2 text-align: center;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
3 background-size: 100% auto;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
4 background-position: top center;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
5 background-repeat: repeat;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
6 image-rendering: pixelated;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
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);
16
710525605e4e change cursive to sans-serif; add chalkboard font for cringe iphones
Paper <mrpapersonic@gmail.com>
parents: 14
diff changeset
8 font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
14
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
9 color: white;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
10 }
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
11 p {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
12 font-size: 20px;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
13 }
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
14 h1 {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
15 font-size: 40px;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
16 }
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
17 a {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
18 color: tomato;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
19 }
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
20 img {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
21 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
22 }
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
23 input[type=submit] {
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
24 background-color: white;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
25 color: black;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
26 border: 1px solid black;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
27 padding: 1px 7px;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
28 font-family: "Comic Sans MS", "Comic Sans", cursive;
8f0b52a3cb69 add module on front page
Paper <mrpapersonic@gmail.com>
parents: 13
diff changeset
29 box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
13
e7ca289b45ec add icons
Paper <mrpapersonic@gmail.com>
parents: 10
diff changeset
30 }