Skip to content

Commit eb72325

Browse files
committed
Background Color Changer Update
1 parent cdccf8e commit eb72325

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

15. Background Color Changer/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ h2 {
1717
}
1818

1919
button {
20-
padding: 15px;
21-
background: transparent;
22-
border: 2px solid white;overflow-x: auto;
2320
font-size: 18px;
2421
font-weight: 400;
2522
color: #fff;
23+
padding: 15px;
24+
border: 2px solid white;
25+
border-radius: 10px;
26+
background: transparent;
27+
overflow-x: auto;
2628
transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
2729
}
2830

0 commit comments

Comments
 (0)