Frontend
This commit is contained in:
20
frontend/styles.css
Normal file
20
frontend/styles.css
Normal file
@ -0,0 +1,20 @@
|
||||
body {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
.board-container {
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.flex-grid {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
grid-gap: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.cell {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
background-color: beige;
|
||||
}
|
||||
Reference in New Issue
Block a user