Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Last active November 11, 2016 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamdasani/7a11639c38c0b7788de889e4374fdac7 to your computer and use it in GitHub Desktop.
Save shamdasani/7a11639c38c0b7788de889e4374fdac7 to your computer and use it in GitHub Desktop.
1
* {
margin: 0;
padding: 0;
border: 0;
}
body {
background-color: #000;
}
.clock {
height: 500px;
width: 500px;
background-color: #DDDDDD;
border-radius: 100%;
border: 3px solid #AAAAAA;
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment