틀:--/styles.css: 두 판 사이의 차이

(새 문서: .del-template { text-decoration: line-through; } .del-through:hover { text-decoration: none; })
 
편집 요약 없음
2번째 줄: 2번째 줄:
text-decoration: line-through;
text-decoration: line-through;
}
}
.del-through:hover {
.del-template:hover {
text-decoration: none;
text-decoration: none;
}
}

2024년 1월 28일 (일) 11:48 판

.del-template {
	text-decoration: line-through;
}
.del-template:hover {
	text-decoration: none;
}