Created
October 22, 2024 15:27
-
-
Save sulemani39/8b842bcd838dd0209ea396dc4d1f05b2 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
body { | |
font-family: Arial, sans-serif; | |
background-color: #f0f0f0; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
height: 100vh; | |
margin: 0; | |
} | |
.container { | |
text-align: center; | |
} | |
h1 { | |
color: #333; | |
font-size: 2.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment