Created
December 1, 2020 14:52
-
-
Save ExpandOcean/5e7438e007a4017443434a4faaf29586 to your computer and use it in GitHub Desktop.
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
.container { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
flex-direction: column; | |
height: 100%; | |
} | |
.message1 { | |
margin-left: auto; margin-right: auto; | |
text-align: center; | |
font-size: 0.13in; | |
letter-spacing: 0.4px; | |
line-height: 0.2in; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment