틀:이공되 등장인물/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
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}
a {transition: all 0.3s}
a:hover {color: #CC0000; font-weight: bold}
a:active {color: #CC0000; font-weight: bold}

2024년 8월 18일 (일) 17:28 판

/* 사진 페이드 */
img {opacity: 0.5; transition: all 0.3s}
img:hover {opacity: 1}