@sym28Submitted over 3 years ago
to vertically position the profile image between two elements, I used position: absolute on the image element along with top/left/bottom, and position relative on the parent container.
Is there an alternative way I can position the image perfectly in the middle without having to eyeball top/bottom/left/right values?