Created
September 4, 2012 12:32
-
-
Save SpadarShut/3620786 to your computer and use it in GitHub Desktop.
Steps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Steps */ | |
.steps { | |
margin: 25px 50px; | |
} | |
.step { | |
float: left; | |
width: 0; | |
text-align: center; | |
} | |
.ext { | |
height: 25px; | |
float: left; | |
border-bottom: 5px solid #ddd; | |
} | |
.steps-count-4 .ext{ | |
width: 33.333%; | |
} | |
.circle { | |
position: relative; | |
width: 50px; | |
height: 50px; | |
border-radius: 50%; | |
margin-left: -25px; | |
background: #aaa; | |
line-height: 50px; | |
vertical-align: middle; | |
} | |
.description { | |
width: 100px; | |
margin-left: -50px; | |
background: #eee | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="steps steps-count-4"> | |
<div class="step"><div class="circle">n</div><div class="description">description</div></div> | |
<div class=ext></div> | |
<div class="step"><div class="circle">n</div><div class="description">description</div></div> | |
<div class=ext></div> | |
<div class="step"><div class="circle">n</div><div class="description">description</div></div> | |
<div class=ext></div> | |
<div class="step"><div class="circle">n</div><div class="description">description</div></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment