답변 3개
채택된 답변
+20 포인트
4년 전
.cir {
width: 400px;
height: 50px;
position:relative;
overflow:hidden;
margin: 0 auto;
}
.cir:before{
content:'';
position:absolute;
top:-300px;
left:0;
width:400px;
height:400px;
border-radius:100%;
border: 2px dashed #fe2d;
box-sizing:border-box;
}
원하시는게 맞을까 모르겠지만 저도 도움 받았었어요
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
4년 전
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인