Skip to content

Instantly share code, notes, and snippets.

@morgangallant
Created September 27, 2017 02:04
Show Gist options
  • Save morgangallant/51e7e1128de8bcf9da54c7a7d694c161 to your computer and use it in GitHub Desktop.
Save morgangallant/51e7e1128de8bcf9da54c7a7d694c161 to your computer and use it in GitHub Desktop.
.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