Front-end

리스트 사이에 줄 삽입

calvin9150 2021. 7. 8. 01:23

  & .menu-list li::before {

    content"";

    width2px;

    height13px;

    background-color#6e65656c;

    positionabsolute;

    right-20px;

    top0;

    bottom0;

    marginauto;

  }

 

  & .menu-list li:last-child:before {

    displaynone;

  }