css, hold, next, fix rotate

This commit is contained in:
2019-10-25 17:56:13 +02:00
parent 8992f4d02b
commit 0f3ab4052e
4 changed files with 127 additions and 58 deletions

View File

@ -1,11 +1,51 @@
* {
background: #000;
padding: 0;
margin: 0;
padding: 0;
margin: 0;
color: white;
}
body {
background-image: url("../images/bg.jpg");
background-size: cover;
}
canvas {
background: #000;
display: block;
margin: 0 auto;
}
canvas {
display: block;
flex-shrink: 0;
}
.columns {
display: flex;
flex-direction: row;
justify-content: center;
}
.side {
flex-grow: 2;
}
.rows {
display: flex;
flex-direction: column;
margin: 5% 2%;
}
.hold {
max-width: 120px;
height: initial;
}
.stats {
margin: 10% 0;
}
.matrix {
max-width: 200px;
margin: 5% 2%;
border: 0.5px solid grey;
}
.next {
max-width: 120px;
margin: 5% 2%;
}