Last active
July 28, 2019 02:01
-
-
Save kimuradev/c332b5b3c0c7e6abd5335dfde6a3e02b to your computer and use it in GitHub Desktop.
PWA Medium
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
html, | |
body { | |
height: 100%; | |
font-family: sans-serif; | |
margin: 0; | |
} | |
.flex-container { | |
height: 100%; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
background: #36ff; | |
} | |
.row { | |
width: auto; | |
} | |
.flex-item { | |
font-weight: bold; | |
font-size: 3rem; | |
text-align: center; | |
color: white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment