Skip to content

Commit

Permalink
Add styling for history
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStnn committed Jan 2, 2024
1 parent a9cc431 commit 3931888
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,23 @@ button:disabled {
.hidden {
display: none;
}

.history p {
text-align: center;
}

.history-score {
margin: 10px;
padding: 10px;
max-width: 200px;
width: 200px;
display: flex;
flex-direction: column;
gap: 5px;
font-size: 12px !important;
border-radius: 12px;
background-color: #4caf50aa;
color: #fff;
font-size: 1em;
font-family: 'Press Start 2P', cursive;
}

0 comments on commit 3931888

Please sign in to comment.