Mercurial > web
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/style.css Mon May 31 10:49:11 2021 -0400 @@ -0,0 +1,22 @@ +body { + text-align: center; + background-size: 100% auto; + background-position: top center; + background-repeat: repeat; + image-rendering: pixelated; + 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); + font-family: "Comic Sans MS", "Comic Sans", cursive; + color: white; +} +p { + font-size: 20px; +} +h1 { + font-size: 40px; +} +a { + color: tomato; +} +img { + box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); +}