Skip to content

Instantly share code, notes, and snippets.

@omar2205
Created August 1, 2023 17:19
Show Gist options
  • Save omar2205/22da02b93717c1762ca592fcd44f986e to your computer and use it in GitHub Desktop.
Save omar2205/22da02b93717c1762ca592fcd44f986e to your computer and use it in GitHub Desktop.
egy.finance simple improvement
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