본문 바로가기

HTML CSS

li 마지막 자식만 margin 적용 안되게 하기

 &:not(:last-child) {

    margin-right10px;

  }

'HTML CSS' 카테고리의 다른 글

css 단위  (0) 2021.06.02
그리드  (0) 2020.07.23
innerText, innerHTML 차이  (0) 2020.01.22
positon  (0) 2020.01.22
display  (0) 2019.11.27