반응형
ul li {
display: flex;
justify-content: space-between;
padding: 1rem;
border: 1px solid #f2f2f2;
&:nth-last-of-type(1) {
span:nth-last-of-type(1) {
color: $color-primary-light;
}
}
}
반응형
'HTML CSS' 카테고리의 다른 글
XSS CSRF CORS (0) | 2020.11.14 |
---|---|
HTTP's methods XHR vs fetch (0) | 2020.11.14 |
.appendChild()가 DOM 노드를 "이동"시키는 이유 (0) | 2020.10.09 |
TIL 1006 Nodes vs Elements .contains() .parentElement (0) | 2020.10.06 |
TIL 0924 날짜 2자리로 노드리스트reverse localStorage moment.js (0) | 2020.09.24 |
댓글