old-src-backup/style.css
2017-07-11 21:14:14 -07:00

39 lines
548 B
CSS

{
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;
}