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
You need to add a background so you can see the white box.
background-color:black;
You won't be able to see it.