view style.css @ 18:7f1decd761af

Add files via upload committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Fri, 03 Sep 2021 23:50:52 -0400
parents 710525605e4e
children
line wrap: on
line source

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", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
	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);
}
input[type=submit] {
	background-color: white;
	color: black;
	border: 1px solid black;
	padding: 1px 7px;
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}