Update style.css
Browse files
style.css
CHANGED
|
@@ -14,6 +14,7 @@ body {
|
|
| 14 |
font-family: Stencil;
|
| 15 |
letter-spacing: 7px;
|
| 16 |
cursor: pointer;
|
|
|
|
| 17 |
}
|
| 18 |
|
| 19 |
.menu {
|
|
@@ -50,6 +51,7 @@ body {
|
|
| 50 |
.color-option, .font-option, .toggle-option {
|
| 51 |
padding: 10px;
|
| 52 |
cursor: pointer;
|
|
|
|
| 53 |
}
|
| 54 |
|
| 55 |
.color-option:hover, .font-option:hover, .toggle-option:hover {
|
|
@@ -64,6 +66,7 @@ button {
|
|
| 64 |
border: none;
|
| 65 |
color: white;
|
| 66 |
margin-top: 20px;
|
|
|
|
| 67 |
}
|
| 68 |
|
| 69 |
button:hover {
|
|
|
|
| 14 |
font-family: Stencil;
|
| 15 |
letter-spacing: 7px;
|
| 16 |
cursor: pointer;
|
| 17 |
+
transition: font-size 0.3s ease;
|
| 18 |
}
|
| 19 |
|
| 20 |
.menu {
|
|
|
|
| 51 |
.color-option, .font-option, .toggle-option {
|
| 52 |
padding: 10px;
|
| 53 |
cursor: pointer;
|
| 54 |
+
border-radius: 10px;
|
| 55 |
}
|
| 56 |
|
| 57 |
.color-option:hover, .font-option:hover, .toggle-option:hover {
|
|
|
|
| 66 |
border: none;
|
| 67 |
color: white;
|
| 68 |
margin-top: 20px;
|
| 69 |
+
border-radius: 20px;
|
| 70 |
}
|
| 71 |
|
| 72 |
button:hover {
|