HTML CSS
li 마지막 자식만 margin 적용 안되게 하기
nathaneast
2020. 4. 10. 12:38
&:not(:last-child) {
margin-right: 10px;
}