From 2d108095a2cec042375dbb935b5261e2339e4fcc Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 11 Jul 2017 21:14:14 -0700 Subject: Add files via upload --- style.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..aa9af4d --- /dev/null +++ b/style.css @@ -0,0 +1,38 @@ +{ + padding: 0; + margin: 0; +} +body { + overflow-x: hidden; +} +canvas { + width: 100vw; + height: 100vh; + display: block; + position: fixed; + top: 0; + left: 0; + z-index: -9999; +} +#textbox { + margin: 10vh auto 0 auto; + background: rgba(255, 0, 0,0.8); + border-radius: 30px/50px; + padding: 5vh 2vw; + width: 30vw; +} +h1 { + text-align: center; + font-family: 'Open Sans Condensed', sans-serif; + font-size: 300%; + color: rgba(0, 255, 0,0.5); +} +p,ul { + font-family: 'Asar', serif; +} +a { + text-decoration: none; +} +a:visited { + color: blue; +} -- cgit v1.2.3-70-g09d2