mlegg
02-24-2017, 10:44 PM
I cloned my website original website (http://ahepa215.org/) to make new website (http://ahepa215.org/index2.html). 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
html {
background-color: red; }
body {
color: #036;
font-size: 2rem;
background-color: #fff; }
This is the custom css for the original page
body {
color: #036;
font-size: 2rem;
background-color: #fff; }
On the new page I tried to add
html {
background-color: red; }
body {
color: #036;
font-size: 2rem;
background-color: #fff; }
This is the custom css for the original page
body {
color: #036;
font-size: 2rem;
background-color: #fff; }