Created
August 1, 2023 17:19
-
-
Save omar2205/22da02b93717c1762ca592fcd44f986e to your computer and use it in GitHub Desktop.
egy.finance simple improvement
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 { | |
margin: 0; | |
padding: 0; | |
height: 100vh; | |
} | |
body { | |
background: #121212; | |
color: #f4f4f4; | |
display: flex; | |
flex-direction: column; | |
justify-content: center; | |
align-items: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment