Hey, I just want to thank whoever looks at this in advance for helping me address this issue because I’ve been staring at it for the past couple hours trying to find a fix ![]()
So, when doing these projects I usually copy and paste the instructions into the top of Codepen’s HTML editor before and then comment it out. When doing this I accidentally made an error where instead of using :<!-- --> tags I input .<!-- -->
However, this extra period before my comment tag is allowing the “margin: 0 ;” command that I input into my body element to function as intended:
Whenever, I take this period away it looks like this:
Below, I will copy and paste the URL for the project on Codepen since I think it’s easier to look at than inputting code blocks. But if whoever’s looking at this would prefer the code blocks format. Please let me know! Thanks again!

