Skip to content

Instantly share code, notes, and snippets.

@fff
Created November 15, 2012 14:23
Show Gist options
  • Save fff/4078845 to your computer and use it in GitHub Desktop.
Save fff/4078845 to your computer and use it in GitHub Desktop.
A CodePen by fff.
.fa
.fb
.fc
.fd
.fe
.clear
.fa.with3
.fb.with3
.fc.with3
.fd.with3
.fe.with3
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