GarGerry commited on
Commit
fb4f133
·
verified ·
1 Parent(s): 1e032e3

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -3
style.css CHANGED
@@ -122,14 +122,14 @@ body {
122
  background-color: #006400; /* Dark Green */
123
  color: white;
124
  cursor: pointer;
125
- padding: 12px 20px;
126
  border-radius: 50%; /* Make it round */
127
  border: none;
128
  font-size: 20px;
129
- margin: 10px 0;
130
  height: 50px;
131
  width: 50px;
132
- display: flex;
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
  }