You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
267 B
CSS

3 years ago
body {
background-color: black;
font: 22px monospace;
}
#container {
background-color: white;
border: 2px black;
width: 70%;
bottom: 0px;
left: 13%;
right:13%;
position:fixed;
padding: 2% 2% 2% 2%;
margin-bottom: 2%;
}