Update style.css
Browse files
style.css
CHANGED
@@ -125,11 +125,10 @@ body {
|
|
125 |
background-color: #006400; /* Dark Green */
|
126 |
color: white;
|
127 |
cursor: pointer;
|
128 |
-
padding: 0px;
|
129 |
border-radius: 35%; /* Make it round */
|
130 |
border: none;
|
131 |
font-size: 30px;
|
132 |
-
margin: 30px
|
133 |
height: 50px;
|
134 |
width: 50px;
|
135 |
display: block;
|
|
|
125 |
background-color: #006400; /* Dark Green */
|
126 |
color: white;
|
127 |
cursor: pointer;
|
|
|
128 |
border-radius: 35%; /* Make it round */
|
129 |
border: none;
|
130 |
font-size: 30px;
|
131 |
+
margin: 30px;
|
132 |
height: 50px;
|
133 |
width: 50px;
|
134 |
display: block;
|