Created
November 15, 2012 14:23
-
-
Save fff/4078845 to your computer and use it in GitHub Desktop.
A CodePen by fff.
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
.fa | |
.fb | |
.fc | |
.fd | |
.fe | |
.clear | |
.fa.with3 | |
.fb.with3 | |
.fc.with3 | |
.fd.with3 | |
.fe.with3 |
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{ | |
margin: 10px; | |
display: inline-block; | |
} | |
.clear{ | |
display: block; | |
} | |
.fa{ | |
border: black solid 10px; | |
height: 130px; | |
width: 130px; | |
} | |
.fb { | |
border: black solid 30px; | |
height: 90px; | |
width: 90px; | |
} | |
.fc { | |
border: black solid 50px; | |
width: 50px; | |
height: 50px; | |
} | |
.fd { | |
border: black solid 70px; | |
width: 10px; | |
height: 10px; | |
} | |
.fe { | |
border: black solid 75px; | |
width: 0px; | |
height: 0px; | |
} | |
.with3{ | |
border-right: transparent; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment