편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* 사진 페이드 */ | |||
img {opacity: 0.5; transition: all 0.3s} | img {opacity: 0.5; transition: all 0.3s} | ||
img:hover {opacity: 1} | img:hover {opacity: 1} | ||
편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
/* 사진 페이드 */ | |||
img {opacity: 0.5; transition: all 0.3s} | img {opacity: 0.5; transition: all 0.3s} | ||
img:hover {opacity: 1} | img:hover {opacity: 1} | ||