initial commit
This commit is contained in:
16
src/style.css
Normal file
16
src/style.css
Normal file
@ -0,0 +1,16 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Bungee', sans-serif;
|
||||
}
|
||||
#canvas1 {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.assets {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user