Created
November 9, 2022 03:32
-
-
Save Tanu-N-Prabhu/376b5538913b1314305066adfb3330fe 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 { | |
background-color: rgb(246, 4, 4); | |
color: #fff; | |
padding-top: 100px; | |
} | |
.container { | |
display: flex; | |
justify-content: center; | |
} | |
.clock { | |
font-size: 2em; | |
} | |
span { | |
background-color: #111; | |
border-radius: 10px; | |
color: #fff; | |
display: inline-block; | |
margin: 0.2em 0; | |
padding: 0.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment