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 7c94509 commit cdccf8eCopy full SHA for cdccf8e
15. Background Color Changer/style.css
@@ -7,7 +7,10 @@ body {
7
align-items: center;
8
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
9
}
10
-
+h1 {
11
+ color: #fff;
12
+ font-weight: 200;
13
+}
14
h2 {
15
color: #fff;
16
font-weight: 200;
@@ -16,7 +19,9 @@ h2 {
19
button {
17
20
padding: 15px;
18
21
background: transparent;
- border: 2px solid white;
22
+ border: 2px solid white;overflow-x: auto;
23
+ font-size: 18px;
24
+ font-weight: 400;
25
26
transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
27
0 commit comments