Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@JKirchartz
Created June 26, 2020 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JKirchartz/08dc1b183d81f1b839374d03c74d0249 to your computer and use it in GitHub Desktop.
Save JKirchartz/08dc1b183d81f1b839374d03c74d0249 to your computer and use it in GitHub Desktop.
pogreYP
<div>Invest everything</br>
you have in steam</br>
powered weaving</br>
machines</div>
html, body {
height: 100%;
width: 100%;
overflow: hidden;
}
body {
font-size: 5vmax;
background: yellow;
display: flex;
justify-content: center;
align-items: center;
}
div {
flex: 0 0 8em;
text-align:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment