Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
email-from authored Nov 23, 2024
1 parent b778b9c commit 5d4cca6
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,48 +1,59 @@
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
padding: 20px;
}

h1 {
margin-top: 20px;
}

.canvas-container {
margin-top: 20px;
margin: 20px auto;
}

canvas {
border: 1px solid #000;
border: 2px solid #000;
background-color: #fff;
}

button {
margin-top: 20px;
padding: 10px;
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 5px;
transition: background-color 0.3s;
}

button:hover {
background-color: #45a049;
}

.controls {
margin-top: 30px;
}

.controls button {
margin: 10px;
font-size: 14px;
padding: 8px 15px;
margin: 5px;
}

.buttons {
margin-top: 20px;
}

.info-section {
margin-top: 50px;
background-color: #f4f4f4;
padding: 20px;
background-color: #f0f0f0;
border-radius: 8px;
text-align: left;
max-width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.info-section h2 {
Expand Down

0 comments on commit 5d4cca6

Please sign in to comment.