Created
December 5, 2016 16:50
-
-
Save oguzhaneren/70d2844a7c5c951a672c3770ca5a989f to your computer and use it in GitHub Desktop.
CSS
This file contains hidden or 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
| ```css | |
| height: 100vh; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| background-color: white; | |
| overflow: hidden; | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment