I cloned my website original website to make new website. On the original, the page is all white with the blue text. The original page works correctly but the new page does not show the background html red and the entire page doesn't show properly even though the html is validated. I want it to appear similar to this pagehttp://stnickporticons.com/ where the color is on the outside on the html and the middle is all white
On the new page I tried to add
This is the custom css for the original pageCode:html { background-color: red; } body { color: #036; font-size: 2rem; background-color: #fff; }
Code:body { color: #036; font-size: 2rem; background-color: #fff; }
Bookmarks