틀:--/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;
}
s:hover, del:hover {
text-decoration: none;
text-decoration: none;
}
}

2024년 3월 27일 (수) 23:56 판

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