Skip to content

Instantly share code, notes, and snippets.

@tdtgit
Created March 6, 2017 04: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 tdtgit/a3b8b40d6d9970ad3addbd9f9619fe76 to your computer and use it in GitHub Desktop.
Save tdtgit/a3b8b40d6d9970ad3addbd9f9619fe76 to your computer and use it in GitHub Desktop.
.timeline__item__icon-wrap:before {
content: " ";
display: block;
border-left: 4px dotted #47a0ff;
height: 100%;
position: absolute;
top: 0;
left: 50%;
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment