Created
August 26, 2016 08:36
-
-
Save amitmerchant1990/34061136cc0a1fe926402814ba111f86 to your computer and use it in GitHub Desktop.
CSS : Center Text in middle of page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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