css - Center larger div to smaller div? -
i know how can align 2 divs. first div smaller second 1 , want center second 1 first 1 (like if in photoshop focal point of object gets aligned focal point of other object on 1 level)
just quick sketch

i hope understand mean :d
thanks in advance
if you're using display:inline-block (as opposed float:left), can use vertical-align:middle vertically align 2 elements middle line.
Comments
Post a Comment