Skip to content

Commit cdccf8e

Browse files
committed
Background Color Changer Update
1 parent 7c94509 commit cdccf8e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

15. Background Color Changer/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ body {
77
align-items: center;
88
transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
99
}
10-
10+
h1 {
11+
color: #fff;
12+
font-weight: 200;
13+
}
1114
h2 {
1215
color: #fff;
1316
font-weight: 200;
@@ -16,7 +19,9 @@ h2 {
1619
button {
1720
padding: 15px;
1821
background: transparent;
19-
border: 2px solid white;
22+
border: 2px solid white;overflow-x: auto;
23+
font-size: 18px;
24+
font-weight: 400;
2025
color: #fff;
2126
transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
2227
}

0 commit comments

Comments
 (0)