Line 270: | Line 270: | ||
.photo-show img { | .photo-show img { | ||
− | animation: show | + | animation: show 100s infinite; |
− | -webkit-animation: show | + | -webkit-animation: show 100s infinite; |
border-radius: 50%; | border-radius: 50%; | ||
height: auto; | height: auto; | ||
Line 309: | Line 309: | ||
.photo-show img:nth-of-type(3) { | .photo-show img:nth-of-type(3) { | ||
animation-delay: 100s; | animation-delay: 100s; | ||
− | -webkit-animation-delay: | + | -webkit-animation-delay: 100s; |
} | } | ||
Revision as of 17:45, 31 October 2017