simplify ui

This commit is contained in:
Vaclav Tvrdik
2024-07-11 15:05:52 +02:00
parent da7f36539f
commit 1c4fa127a7
3 changed files with 106 additions and 69 deletions

51
ms.css
View File

@@ -16,6 +16,57 @@ body, html
display: flex;
}
.status_row
{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
background-color: #EEE;
}
.mine_count {
width: 35px;
height: 25px;
border: 1px solid #CCC;
padding: 10px 5px 5px 5px;
background-color: #EEE;
color: black;
font-weight: bold;
font-size: 24px;
text-align: center;
}
.timer {
width: 35px;
height: 25px;
border: 1px solid #CCC;
padding: 10px 5px 5px 5px;
background-color: #EEE;
color: red;
font-weight: bold;
font-size: 24px;
text-align: center;
}
.moves_made {
width: 35px;
height: 25px;
border: 1px solid #CCC;
padding: 10px 5px 5px 5px;
background-color: #EEE;
color: blue;
font-weight: bold;
font-size: 24px;
text-align: center;
}
.cell {
width: 35px;
height: 25px;