Your black rectangle isn't showing because:
<div> has no height, so it's basically invisible. Add height: 100px; (or whatever size you need).<p>, you wrote colour:white;, but it should be color:white; (no "u").Fix those, and it should work.
Good luck!