Skip to content

Instantly share code, notes, and snippets.

@xfun68
Created November 14, 2012 14:46
Show Gist options
  • Select an option

  • Save xfun68/4072528 to your computer and use it in GitHub Desktop.

Select an option

Save xfun68/4072528 to your computer and use it in GitHub Desktop.
div.object {
border-style: solid;
border-color: transparent transparent blue transparent;
}
.triangle {
width: 0px;
height: 0px;
border-width: 70px;
margin-bottom: 10px;
}
.trapezoid {
width: 40px;
height: 40px;
border-width: 60px;
float: left;
}
#section-3 {
margin-top: 160px;
}
#triangle-cover {
border-width: 60px;
border-bottom-color: yellow;
position: relative;
left: -60px;
top: -52px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment