mirror of
https://github.com/richardharrington/robotwar.git
synced 2026-04-20 08:16:29 +00:00
added css styling and futuristic font
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
@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;
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user