Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amitmerchant1990/34061136cc0a1fe926402814ba111f86 to your computer and use it in GitHub Desktop.
Save amitmerchant1990/34061136cc0a1fe926402814ba111f86 to your computer and use it in GitHub Desktop.
CSS : Center Text in middle of page
h1 {
left: 0;
line-height: 200px;
margin-top: -100px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment