Hi I need create a line like this image
but I don't know how to end rounded line-edge
.line{
position: absolute;
width: 55px;
height: 10px;
border: solid 12.5px #fff;
border-color: white transparent transparent transparent;
border-radius: 50%/100% 100% 0 0;
transform: rotate(180deg);
margin-left: 10px;
margin-top: 50px;}
Can you help me to end the line with redounded form?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…