스킨 기본값
figcaption {
font-size: 15px;
padding: 4px 10px;
border-left: 1px solid rgba(255, 255, 255, 0.3);
border-right: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
figcaption {
position: relative;
font-size: 15px;
color: #fff;
backbround-color: #000;
padding: 4px 10px;
margin-top: -28px;
}
figure figcaption { opacity: 1; transition: 400ms }
figure:hover figcaption { opacity: 0; transition: 400ms }
'Demo' 카테고리의 다른 글
[Demo] EXIF Viewer - Final (0) | 2021.11.09 |
---|---|
[Demo] 폴라로이드 효과 만들기 (0) | 2021.10.20 |
[Demo] Index Print for Film (0) | 2021.10.14 |
[Demo] Add Bookmark for Tistory (0) | 2021.06.17 |
[Demo] Particle Effect only CSS (0) | 2021.04.12 |