Incredibly simple piece of HTML - but not displaying how I would expect.
I\'m trying to create an empty div that displays as whitespace on the top of the p
If you just want to add white space try this
FIDDLE
or you could just add padding to the body like body { padding-top: 400px; }
body { padding-top: 400px; }