Line 264: | Line 264: | ||
.photo-show { | .photo-show { | ||
− | |||
margin: 30px auto; /*縦余白30pxは任意*/ | margin: 30px auto; /*縦余白30pxは任意*/ | ||
− | max-width: | + | max-width: 90%; |
position: relative; | position: relative; | ||
− | |||
} | } | ||
Line 305: | Line 303: | ||
.photo-show img:nth-of-type(2) { | .photo-show img:nth-of-type(2) { | ||
− | animation-delay: | + | animation-delay: 4s; |
-webkit-animation-delay: 2s; | -webkit-animation-delay: 2s; | ||
} | } | ||
.photo-show img:nth-of-type(3) { | .photo-show img:nth-of-type(3) { | ||
− | animation-delay: | + | animation-delay: 8s; |
-webkit-animation-delay: 4s; | -webkit-animation-delay: 4s; | ||
} | } | ||
Line 318: | Line 316: | ||
.photo-show img { | .photo-show img { | ||
− | transition: | + | transition: 2s; |
− | -webkit-transition: | + | -webkit-transition: 2s; |
} | } | ||
Revision as of 17:37, 31 October 2017