I try to add margin values on a div inside another div. All works fine except the top value, it seems to be ignored. But why?
What I expected: <
Not exactly sure why, but changing the inner CSS to
display:inline-block;
seems to work;