#cf4a {
height: 200px;
margin: 3em 0;
position: relative;
width: 400px;
}
div#cf4a img {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
box-shadow: 5px 5px 5px #aaa;
position: absolute;
left: 0;
}
div#cf4a img {
animation-duration: 16s;
animation-iteration-count: infinite;
animation-name: cf4FadeInOut;
animation-timing-function: ease-in-out;
}
div#cf4a img:nth-of-type(1) {
animation-delay: 12s;
}
div#cf4a img:nth-of-type(2) {
animation-delay: 8s;
}
div#cf4a img:nth-of-type(3) {
animation-delay: 4s;
}
div#cf4a img:nth-of-type(4) {
}
@keyframes cf4FadeInOut {
0% {
opacity: 1;
}
17% {
opacity: 1;
}
25% {
opacity: 0;
}
92% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.slideshow-container {
width: 260px;
height: 200px;
background: #940F04;
border: 2px solid #940F04;
}
0 commenti:
Posta un commento