Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created September 19, 2012 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save SBoudrias/3751671 to your computer and use it in GitHub Desktop.
Save SBoudrias/3751671 to your computer and use it in GitHub Desktop.
Untitled
.container {
width: 50%;
position: relative;
padding-bottom: 50%;
}
.triangle {
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url(http://static.ressacmedia.com/ressac/test/triangle-pedagogie.svg) left top;
background-size: 100% 100%;
}
<div class="container">
<div class="triangle"></div>
</div>
{"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