Hey y’all I don’t get why my h1 isn’t centering. I’m trying to make valley volley survey form be in the middle of the page-top. It keeps staying on the left. I’ve also tried centering it with it’s id selector, but nothing changes.
Here’s the code:
body{
background-image: url("photo1.jpeg");
background-position: center;
background-size: auto;
background-repeat: no-repeat;
height: 1200px;
width: 321px;
height: auto;
}
h1{
margin: 0 auto;
color: aquamarine;
width: 300px;
text-align: center;
}