I want to have 2 divs
inside another one but the with different margin-top
, every time I try to set the margin-top
of the first one the second one aligns according to the first one. Let's say that first
and second
are two divs
inside another div
. I would like something like this:
second
first
But I'm getting this:
this second
You can have a clearer idea maybe visiting this fiddle