Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi22Bansal authored Jul 25, 2024
1 parent 5e492df commit 409708b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions SinglePlayer - Games/Elemental switch/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
body {
text-align: center;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}

#game {
margin: 20px auto;
width: 600px;
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

canvas {
border: 1px solid #000;
margin-top: 10px;
}

button {
margin: 10px;
padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 5px;
cursor: pointer;
}

button:active {
transform: scale(0.95);
}

0 comments on commit 409708b

Please sign in to comment.