Last active
April 29, 2017 03:04
-
-
Save ohansemmanuel/a9dcdafa9921bb03e9346a7f9871775c to your computer and use it in GitHub Desktop.
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
html, | |
body { | |
width: 100%; | |
height: 100%; | |
} | |
body { | |
background-color: #8e44ad; | |
margin: 0; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment