add editorconfig checker and fix files

This commit is contained in:
2021-08-29 12:59:18 +03:00
parent 5de70d2cf0
commit c750bf0989
11 changed files with 394 additions and 79 deletions
+10 -10
View File
@@ -1,20 +1,20 @@
html { height: 100%; }
body {
background-color: #101024;
padding: 0;
margin: 0;
height: 100%;
background-color: #101024;
padding: 0;
margin: 0;
height: 100%;
}
div.wrap {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
canvas#game {
border: 2px solid #ec8a4b;
display: block;
border: 2px solid #ec8a4b;
display: block;
}