Content deleted Content added
curved arrow |
overlapping arrows |
||
Line 2:
width: 0;
height: 0;
position: absolute;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid grey;
margin-top: 80px;
margin-left: 20px;
"></div>
<div style = "
width: 20px;
height: 100px;
position: absolute;
background: grey;
border-radius: 0 0 0 100px;
"></div>
<div style = "
width: 0;
height: 0;
position: absolute;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid #444;
margin-top: 40px;
margin-left: 20px;
"></div>
<div style = "
width: 20px;
height: 60px;
position: absolute;
background: #444;
border-radius: 0 0 0 100px;
"></div>
|