.shadow { box-shadow: 10px 10px 10px #000000; height: 200px; width: 200px; padding: 1em; border: 1px solid black; border-radius: 5px; background-color: #EEEEEE; }
I tried to use background-color with the body tag, but it did not work. The code is shown in the second block.