We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdccf8e commit eb72325Copy full SHA for eb72325
15. Background Color Changer/style.css
@@ -17,12 +17,14 @@ h2 {
17
}
18
19
button {
20
- padding: 15px;
21
- background: transparent;
22
- border: 2px solid white;overflow-x: auto;
23
font-size: 18px;
24
font-weight: 400;
25
color: #fff;
+ padding: 15px;
+ border: 2px solid white;
+ border-radius: 10px;
26
+ background: transparent;
27
+ overflow-x: auto;
28
transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
29
30
0 commit comments