The fix is that yes, vertical padding and margin are relative to width, but top
and bottom
aren’t.
So just place a div inside another, and in the inner div, use something like top:50%
(remember position
matters if it still doesn’t work)
The fix is that yes, vertical padding and margin are relative to width, but top
and bottom
aren’t.
So just place a div inside another, and in the inner div, use something like top:50%
(remember position
matters if it still doesn’t work)