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

26 lines
429 B

2 years ago
a:link, a:hover, a:active, a:visited{color: #000;}
html, body{margin: 0; padding: 0; height: 100%; width: 100%;}
canvas{margin: 0; padding: 0; border: none; display: block;}
button:hover{cursor: pointer;}
#canvasHolder{
position: absolute;
width: 100%;
height: 100%;
}
@font-face{
font-family: "Cabin-Medium";
src: url(data/styles/Cabin-Medium.ttf);
}
body{
overflow: hidden;
}
input{
font-family: "Cabin-Medium";
}