답변 3개
채택된 답변
+20 포인트
4년 전
</p>
<pre>
p {
border-bottom: 1px solid #000;
position:relative
}
p:hover:after {
content: '';
left:0;
bottom: -1px;
width: 100%;
height: 4px;
border-bottom: 2px solid #000;
position: absolute;
}</pre>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
M
MIKIJO
4년 전
감사합니다~
댓글을 작성하려면 로그인이 필요합니다.
4년 전
</p>
<p>p {border-botto: 1px solid #000;padding-bottom:1px;}</p>
<p>p:hover {border-bottom: 2px solid #000;padding-bottom:0;}</p>
<p>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
M
MIKIJO
4년 전
감사합니다~
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인