Skip to content

Commit a029e34

Browse files
committed
ScrollBar Update
1 parent a798bd0 commit a029e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

11. Scrollbar/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
align-items: center;
55
font-family: sans-serif;
66
color: #fff;
7+
min-height: 100vh;
78
background: rgb(9,0,36);
89
background: linear-gradient(45deg, rgba(9,0,36,1) 0%, rgba(12,9,121,1) 10%, rgba(0,33,255,1) 20%, rgba(0,101,255,1) 30%, rgba(0,153,255,1) 40%, rgba(0,170,255,1) 50%, rgba(0,234,255,1) 60%, rgba(0,80,255,1) 70%, rgba(0,110,255,1) 81%, rgba(104,0,255,1) 90%, rgba(9,0,36,1) 100%);
910
}
@@ -24,5 +25,5 @@ body {
2425
}
2526

2627
.text {
27-
padding: 20px;
28+
padding: 10px;
2829
}

0 commit comments

Comments
 (0)