I am trying to create a vertical line inside a DIV container.
After that, I want to add an image on top of the vertical line (see attached picture for reference).
This is what my current source code looks like:
<div style="background-color:gray;width:1px;height:100%;"></div>
<img src="circle.png">
<img src="triangle.png">
Is there a way to layer these elements properly?