diff --git a/resources/css/style.css b/resources/css/style.css index 6a35a7b..9ed1850 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -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; +}