Add credits, remove scrollbar
This commit is contained in:
parent
979aabcad4
commit
842947e254
2 changed files with 2 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 9.4 KiB |
|
@ -3,10 +3,11 @@ html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
cursor: crosshair;
|
cursor: crosshair;
|
||||||
|
overflow: hidden;
|
||||||
/*cursor: none;*/
|
/*cursor: none;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Minecraftia';
|
font-family: 'Minecraftia';
|
||||||
src: url('font/Minecraftia-Regular.ttf');
|
src: url('font/Minecraftia-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue