NILGI
atelier

See the Pen 메뉴바 구분 선 by nilgi (@nilgi) on CodePen.

.ul1 li {
    float: left;
    border-right: 1px solid #fff;
  }
  .ul1 li:last-child { // 메뉴의 마지막 자식 요소에는
    border-right: none; // 오른쪽 테두리를 넣지 않는다.
  }
 

+ 최근 글