Skip to content

Commit

Permalink
15.12.2024 | Memory Mehrspieler funktion hinzugefügt
Browse files Browse the repository at this point in the history
  • Loading branch information
ubodigat committed Dec 15, 2024
1 parent 0fd2930 commit 4b284bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion games/memory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

<main>
<div id="player-setup">
<h5>Wähle die Anzahl der Spieler:</h5>
<h3>Wähle die Anzahl der Spieler:</h3>
<input type="number" id="player-count" min="1" max="10" value="1">
<button id="start-button">Start</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion games/memory/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ main {
padding: 20px;
}

h5 {
h3 {
margin: 10px 0;
color: #9e9e9e;
}
Expand Down

0 comments on commit 4b284bc

Please sign in to comment.