Front-end
리스트 사이에 줄 삽입
calvin9150
2021. 7. 8. 01:23
& .menu-list li::before {
content: "";
width: 2px;
height: 13px;
background-color: #6e65656c;
position: absolute;
right: -20px;
top: 0;
bottom: 0;
margin: auto;
}
& .menu-list li:last-child:before {
display: none;
}