728x90
// 일요일
table tr:mth-child(7n+1) td:first-child{color:red;}
// 토요일
table tr:mth-child(7n) td:first-child{color:blue;}
https://equality37.tistory.com/m/11
728x90
'front > HTML, CSS' 카테고리의 다른 글
[thymeleaf] null 값이 있으면 500 에러 나옴. (0) | 2024.07.09 |
---|---|
[html] 한줄 띄우기 코드 (0) | 2024.02.26 |
[jstl] 앞에 숫자 붙이기 (0) | 2023.12.05 |
[JS & CSS] 클릭 시, 천천히 나타나기 효과 (0) | 2023.05.24 |
[jstl] fn:length(Object item) (0) | 2023.05.08 |