New to HTML. I have this code in css
h1 {text-align: center;
background: white;
}
I wanted to make a white background only on my text, but the color is from the one end of the page to the other. I want the background to be same width as my text. Any advices ?