답변 2개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
2년 전
text-decoration말고 가상클래스를 사용하셔야할것같습니다.
css는 맞추셔서 하면 될것같습니다.
</p>
<p>div {position: relative; z-index: 1; display: inline-block;}</p>
<p>div:before {content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 10px; background: #000; z-index: -1;}</p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인