Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Last active November 5, 2016 22:53
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/b01f65ddcaa6f40852f79aa463c0d562 to your computer and use it in GitHub Desktop.
Save shamdasani/b01f65ddcaa6f40852f79aa463c0d562 to your computer and use it in GitHub Desktop.
.center {
width: 10px;
height: 10px;
position: absolute;
left: 0; right: 0; bottom: 0; top: 0;
margin: auto;
background: #000;
border-radius: 100%;
}
#seconds {
position: absolute;
height: 160px;
width: 2px;
left: 0; right: 0; bottom: 160px; top: 0px;
margin: auto;
background: #000;
-webkit-transform-origin: bottom;
background: #FF4136;
}
#minutes {
position: absolute;
height: 200px;
width: 2px;
left: 0; right: 0; bottom: 200px; top: 0px;
margin: auto;
background: #000;
-webkit-transform-origin: bottom;
}
#hours {
position: absolute;
height: 80px;
width: 6px;
left: 0; right: 0; bottom: 80px; top: 0px;
margin: auto;
background: #000;
-webkit-transform-origin: bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment