config/JavaScript/GameLoop/styles.css

21 lines
286 B
CSS
Raw Normal View History

2021-07-08 00:56:46 +03:00
html { height: 100%; }
2021-06-28 22:47:01 +03:00
body {
background-color: #101024;
padding: 0;
margin: 0;
2021-07-08 00:56:46 +03:00
height: 100%;
}
div.wrap {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
2021-06-28 22:47:01 +03:00
}
canvas#game {
2021-07-08 00:56:46 +03:00
border: 2px solid #ec8a4b;
2021-06-28 22:47:01 +03:00
display: block;
}