mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
boxes styles
This commit is contained in:
@@ -123,9 +123,13 @@ emoji-picker {
|
||||
.game .box {
|
||||
width: 10vw;
|
||||
height: 10vw;
|
||||
font-size: 75pt;
|
||||
border: 2px #fff solid;
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.game .box#box-1 {
|
||||
|
||||
Reference in New Issue
Block a user