Skip to content

Instantly share code, notes, and snippets.

@gabriel-seb
Created September 25, 2013 20:44
Show Gist options
  • Select an option

  • Save gabriel-seb/6705765 to your computer and use it in GitHub Desktop.

Select an option

Save gabriel-seb/6705765 to your computer and use it in GitHub Desktop.
<style>
body{
background: #E9F1FC;
}
.line {
float: left;
background: #C3CADA;
width: 2px;
height: 200px;
margin: 0px 0px 0px 10px;
}
.point {
width: 14px;
height: 14px;
border-radius: 50%;
background: #E9F1FC;
float: left;
margin: 15px 0px 0px -8px;
}
.square {
width: 8px;
height: 8px;
background: #C3CADA;
margin: 3px 0px 0px 3px;
border-radius: 50%;
}
</style>
<div class="timeline">
<div class="line"></div>
<div class="point point1">
<div class="square"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment