Skip to content

Commit 38fcf09

Browse files
committed
ScrollBar Snapshot
1 parent ab8fff5 commit 38fcf09

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

11. Scrollbar/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@ body {
44
align-items: center;
55
font-family: sans-serif;
66
color: #fff;
7+
background: rgb(9,0,36);
8+
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%);
79
}
810

911
.scroll-container {
1012
background: rgb(7, 7, 7);
1113
width: 25rem;
1214
padding: 30px;
15+
border-radius: 10px;
1316
}
1417

1518
.scroll-div {
1619
width: 400px;
1720
height: 500px;
18-
background: rgb(7, 7, 7);
21+
background: transparent;
1922
overflow: hidden;
2023
overflow-y: scroll;
2124
}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ Click on the Title to open the Respective Folder
3636
<img src="https://github.com/BhalliBhai/HTML-CSS-JavaScript/blob/main/SnapShots/Tooltip.png" alt="Tooltips">
3737

3838
# 10 [Accordion](https://github.com/BhalliBhai/HTML-CSS-JavaScript/tree/main/10.%20Accordion)
39+
<img src="https://github.com/BhalliBhai/HTML-CSS-JavaScript/blob/main/SnapShots/Acoordion.png" alt="Accordion">
40+
41+
# 11 [ScrollBar]()
3942
<img src="https://github.com/BhalliBhai/HTML-CSS-JavaScript/blob/main/SnapShots/Acoordion.png" alt="Accordion">

SnapShots/ScrollBar.png

378 KB
Loading

0 commit comments

Comments
 (0)