1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css " />
8+ < link rel ="stylesheet " href ="style.css " />
9+ < title > Vertical Slider</ title >
10+ </ head >
11+ < body >
12+ < div class ="slider-container ">
13+ < div class ="left-slide ">
14+ < div style ="background-color: #FD3555; ">
15+ < h1 > Nature flower</ h1 >
16+ < p > all in pink</ p >
17+ </ div >
18+ < div style ="background-color: #2A86BA; ">
19+ < h1 > Blue Sky</ h1 >
20+ < p > with it's mountains</ p >
21+ </ div >
22+ < div style ="background-color: #252E33; ">
23+ < h1 > Lonely Castle</ h1 >
24+ < p > in the wilderness</ p >
25+ </ div >
26+ < div style ="background-color: #FFB866; ">
27+ < h1 > Flying Eagle</ h1 >
28+ < p > in the sunset</ p >
29+ </ div >
30+ </ div >
31+ < div class ="right-slide ">
32+ < div style ="background-image: url('https://images.unsplash.com/photo-1508768787810-6adc1f613514?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=e27f6661df21ed17ab5355b28af8df4e&auto=format&fit=crop&w=1350&q=80') "> </ div >
33+ < div style ="background-image: url('https://images.unsplash.com/photo-1519981593452-666cf05569a9?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=90ed8055f06493290dad8da9584a13f7&auto=format&fit=crop&w=715&q=80') "> </ div >
34+ < div style ="background-image: url('https://images.unsplash.com/photo-1486899430790-61dbf6f6d98b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=8ecdee5d1b3ed78ff16053b0227874a2&auto=format&fit=crop&w=1002&q=80') "> </ div >
35+ < div style ="background-image: url('https://images.unsplash.com/photo-1510942201312-84e7962f6dbb?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=da4ca7a78004349f1b63f257e50e4360&auto=format&fit=crop&w=1050&q=80') "> </ div >
36+ </ div >
37+ < div class ="action-buttons ">
38+ < button class ="down-button ">
39+ < i class ="fas fa-arrow-down "> </ i >
40+ </ button >
41+ < button class ="up-button ">
42+ < i class ="fas fa-arrow-up "> </ i >
43+ </ button >
44+ </ div >
45+ </ div >
46+ < script src ="script.js "> </ script >
47+ </ body >
48+ </ html >
0 commit comments