Spaces:
Sleeping
Sleeping
Update settings.html
Browse files- settings.html +12 -9
settings.html
CHANGED
@@ -36,15 +36,18 @@
|
|
36 |
border: 1px solid #ccc;
|
37 |
border-radius: 4px;
|
38 |
}
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
48 |
button:hover {
|
49 |
background-color: #388E3C;
|
50 |
}
|
|
|
36 |
border: 1px solid #ccc;
|
37 |
border-radius: 4px;
|
38 |
}
|
39 |
+
button {
|
40 |
+
display: block;
|
41 |
+
margin: 20px auto;
|
42 |
+
color: white;
|
43 |
+
background-color: #4CAF50;
|
44 |
+
border: none;
|
45 |
+
cursor: pointer;
|
46 |
+
padding: 12px 24px;
|
47 |
+
font-size: 16px;
|
48 |
+
border-radius: 5px;
|
49 |
+
transition: background-color 0.3s ease;
|
50 |
+
}
|
51 |
button:hover {
|
52 |
background-color: #388E3C;
|
53 |
}
|