I know it doesn’t exist, but is there a pure CSS version?
Would like to set height, and make it 1px wide (with shadow, if possible).
Just cannot fathom a pure CSS way of doing this. Would need to be absolutely positioned.
As my container has two divs side by side, 60-40% split for example. Need the vertical rule between the two, but don’t really want to use border-left on div 2.
Any suggestions?
for this you basically need to setup a place to put it and a div statement works.
this could also be referenced:
You can change the position and have it going up/down or left/right with css placement and z-index
basically