I haven't done and entire website in html in a long time. Im trying to center a background image on my site and nothing seems to be working. Maybe I have the wrong coding?
HTML Code:
body {
background-image: url("http://www.aldergroveministorage.com/testing/pg1.jpg");
background-position: 50% 50%;
background-repeat: no-repeat;
}