Answers for "how to get h1 to the middle in css"

CSS
0

center h1 css

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

how do i put my h1 tag in the middle of the screen

text-align: center;
Posted by: Guest on July-28-2020

Code answers related to "how to get h1 to the middle in css"

Browse Popular Code Answers by Language