A Pen by Joel Kirchartz on CodePen.
Created
June 26, 2020 19:50
-
-
Save JKirchartz/08dc1b183d81f1b839374d03c74d0249 to your computer and use it in GitHub Desktop.
pogreYP
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
<div>Invest everything</br> | |
you have in steam</br> | |
powered weaving</br> | |
machines</div> |
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%; | |
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