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

편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:
}
}
.del-template: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;
}