robotwar/public/css/main.css
2013-08-24 00:30:34 -04:00

31 lines
435 B
CSS

@font-face {
font-family: "Data 70";
src: url("../fonts/Data_70_LET.ttf");
}
body {
font-family: "Data 70";
}
h1, h2, h3, p {
margin: 0;
}
h1 {
font-size: 80px;
}
p {
font-size: 18px;
}
form {
font-size: 15px;
}
#canvas {
width: 600px;
height: 600px;
border: solid black 2px;
border-radius: 15px;
background-color: black;
}
#programsInput {
width: 300px;
margin-bottom: 15px;
}