The display property brings it back to the basics of inline and block concept. Inline is width and height are ignored, however margin and padding push elements away horizontally but not vertically.
In the case or block it breaks is document,with width, height,margin and padding are respected.
In the case of inline block it behaves like an inline element expect width, height, margin and padding is respected. To demonstrate when you add inline into H1 it behaves as inline.
Komentarze