Skip to content

Instantly share code, notes, and snippets.

@shamdasani
Created November 5, 2016 22:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shamdasani/82105da30a9b348da7552e02bf748002 to your computer and use it in GitHub Desktop.
clock 2
.twelve {
position: absolute;
width: 3px;
height: 15px;
background: #111111;
left: 0;
top: 0;
right: 0;
margin: 0 auto;
}
.three {
position: absolute;
width: 15px;
height: 3px;
background: #111111;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
}
.six {
position: absolute;
width: 3px;
height: 15px;
background: #111111;
left: 0;
bottom: 0;
right: 0;
margin: 0 auto;
}
.nine {
position: absolute;
width: 15px;
height: 3px;
background: #111111;
top: 0;
bottom: 0;
left: 0;
margin: auto 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment