Skip to content
Snippets Groups Projects
Commit e3956f1a authored by AceZephyr's avatar AceZephyr
Browse files

Undo chris's css

parent c3e55760
No related branches found
No related tags found
No related merge requests found
#game-display {
display: inline-flex;
padding-left: 25%;
}
#player-info-container {
width: 25%;
height: 100px;
margin-top: 30%;
float: left;
text-align: center;
}
/* #score-header {
} */
#player-info-container > p {
font-size: 5;
}
.board-container {
margin-left: 50%;
height: 100px;
right: 100%;
}
.board {
user-select: none;
border-collapse: collapse;
......@@ -33,7 +14,7 @@
.board td {
width: 90px;
height: 90px;
border: 1px solid gray;
border: 1px solid rgb(128, 128, 128);
font-family: monospace;
font-size: 2em;
text-align: center;
......@@ -45,7 +26,7 @@
}
.board td.unlocked:active {
background-color: gray;
background-color: rgb(128, 128, 128);
}
.bd-u {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment