Skip to content

Instantly share code, notes, and snippets.

@Tanu-N-Prabhu
Created November 9, 2022 03:32
Show Gist options
  • Save Tanu-N-Prabhu/376b5538913b1314305066adfb3330fe to your computer and use it in GitHub Desktop.
Save Tanu-N-Prabhu/376b5538913b1314305066adfb3330fe to your computer and use it in GitHub Desktop.
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