mirror of
https://github.com/FranP-code/Tic-Tac-Toe-Game.git
synced 2025-10-12 23:52:39 +00:00
Message of active player added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.game {
|
||||
.game .tic-tac-toe {
|
||||
|
||||
display: grid;
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
height: 10vw;
|
||||
|
||||
font-size: 75pt;
|
||||
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
|
||||
font-weight: bold;
|
||||
|
||||
border: 2px #fff solid;
|
||||
|
||||
@@ -21,10 +23,13 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
user-select: none;
|
||||
color: #e7e7e7;
|
||||
}
|
||||
}
|
||||
|
||||
.game {
|
||||
.game .tic-tac-toe {
|
||||
|
||||
.box {
|
||||
|
||||
@@ -87,6 +92,22 @@
|
||||
top: -100%;
|
||||
}
|
||||
|
||||
.game .players-turn {
|
||||
|
||||
position: absolute;
|
||||
|
||||
top: -30%;
|
||||
left: -20%;
|
||||
|
||||
span {
|
||||
|
||||
font-size: 30pt;
|
||||
font-weight: bold;
|
||||
|
||||
color: #e7e7e7;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 900px) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user