Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -122,14 +122,14 @@ body {
|
|
122 |
background-color: #006400; /* Dark Green */
|
123 |
color: white;
|
124 |
cursor: pointer;
|
125 |
-
padding: 12px
|
126 |
border-radius: 50%; /* Make it round */
|
127 |
border: none;
|
128 |
font-size: 20px;
|
129 |
-
margin: 10px
|
130 |
height: 50px;
|
131 |
width: 50px;
|
132 |
-
display:
|
133 |
justify-content: center;
|
134 |
align-items: center;
|
135 |
}
|
|
|
122 |
background-color: #006400; /* Dark Green */
|
123 |
color: white;
|
124 |
cursor: pointer;
|
125 |
+
padding: 12px;
|
126 |
border-radius: 50%; /* Make it round */
|
127 |
border: none;
|
128 |
font-size: 20px;
|
129 |
+
margin: 10px auto;
|
130 |
height: 50px;
|
131 |
width: 50px;
|
132 |
+
display: block;
|
133 |
justify-content: center;
|
134 |
align-items: center;
|
135 |
}
|