Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 35 additions & 3 deletions images/slider/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,46 @@


.slide:first-child {
background: url("1.png") no-repeat
background: url("1.jpg") no-repeat
center top/cover;
}

.slide:nth-child(2) {
background: url("2.png") no-repeat
background: url("2.jpg") no-repeat
center top/cover;
}

.slide:nth-child(3) {
background: url("3.png") no-repeat
background: url("3.jpg") no-repeat
center top/cover;
}

.slide:nth-child(4) {
background: url("4.jpg") no-repeat
center top/cover;
}


.slide:nth-child(5) {
background: url("5.jpg") no-repeat
center top/cover;
}


.slide:nth-child(6) {
background: url("6.jpg") no-repeat
center top/cover;
}

.slide:nth-child(7) {
background: url("7.jpg") no-repeat
center top/cover;
}

.slide:nth-child(8) {
background: url("8.jpg") no-repeat
center top/cover;
}

.buttons button#prev {
position: absolute;
Expand Down Expand Up @@ -112,6 +138,12 @@
<div class="slide current"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>
<div class="slide"></div>

</div>
<div class="buttons">
Expand Down