I am trying to draw a line with a small arrow pointing down as in the image attached.
I have not been able to get the downward arrow. Is there a way I can do it using html and css?
HTML
<hr class="line">
CSS
.line{
width:70%;
color:red;
}
http://jsfiddle.net/4eL39sm1/
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…