Created
September 27, 2017 02:04
-
-
Save morgangallant/51e7e1128de8bcf9da54c7a7d694c161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.cb-slideshow li:nth-child(1) span { | |
background-image: url(../assets/bg_img_1.jpg); | |
} | |
.cb-slideshow li:nth-child(2) span { | |
background-image: url(../assets/bg_img_2.jpg); | |
animation-delay: 6s; | |
} | |
.cb-slideshow li:nth-child(3) span { | |
background-image: url(../assets/bg_img_3.jpg); | |
animation-delay: 12s; | |
} | |
.cb-slideshow li:nth-child(4) span { | |
background-image: url(../assets/bg_img_4.jpg); | |
animation-delay: 18s; | |
} | |
.cb-slideshow li:nth-child(5) span { | |
background-image: url(../assets/bg_img_5.jpg); | |
animation-delay: 24s; | |
} | |
.cb-slideshow li:nth-child(6) span { | |
background-image: url(../assets/bg_img_6.jpg); | |
animation-delay: 30s; | |
} | |
.cb-slideshow li:nth-child(7) span { | |
background-image: url(../assets/bg_img_7.jpg); | |
animation-delay: 36s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment