틀:이미지 변화/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
.image-change-template-1 img {
.image-change-template-1 {
position: relative;
position: relative;
}
}

2024년 4월 29일 (월) 23:03 판

.image-change-template-1 {
	position: relative;
}
.imgae-change-template-2 img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.imgae-change-template-1:hover .imgae-change-template-2 img {
	display: inherit;
	z-index: 3;
}