Skip to content

Commit 67dff77

Browse files
committed
add background gradient
1 parent 15958f7 commit 67dff77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

88-promo code/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
}
66

77
body {
8-
background-color: #333;
8+
background: #232526;
9+
background: linear-gradient(to top, #414345, #232526);
910
font-family: "Itim", cursive;
1011
height: 100vh;
1112
overflow: hidden;

0 commit comments

Comments
 (0)