Skip to content

Instantly share code, notes, and snippets.

@kimuradev
Last active July 28, 2019 02:01
Show Gist options
  • Save kimuradev/c332b5b3c0c7e6abd5335dfde6a3e02b to your computer and use it in GitHub Desktop.
Save kimuradev/c332b5b3c0c7e6abd5335dfde6a3e02b to your computer and use it in GitHub Desktop.
PWA Medium
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