Answers for "how to center h2 in css w3schools"

CSS
1

center h1 css

h1 {
    width:500px;
    margin: 0 auto;
    background: gray;
    text-align: center;
}
Posted by: Guest on May-09-2020

Browse Popular Code Answers by Language