Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
anonithrax authored Apr 3, 2024
1 parent c13c506 commit a199f34
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ body {
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
}

h1 {
text-align: center;
margin-top: 0;
}

#settings, #game {
#settings,
#game {
margin-top: 20px;
}

Expand All @@ -27,7 +29,9 @@ label {
margin-bottom: 5px;
}

select, input[type="number"], button {
select,
input[type="number"],
button {
margin-bottom: 10px;
padding: 5px;
}
Expand All @@ -45,7 +49,7 @@ button:hover {
}

#game {
text-align: center;
display: none;
}

#game h2 {
Expand Down

0 comments on commit a199f34

Please sign in to comment.