Skip to content

Instantly share code, notes, and snippets.

@Netsurfer24
Forked from SBoudrias/dabblet.css
Created August 25, 2014 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Netsurfer24/1b35259ccd2beca668c0 to your computer and use it in GitHub Desktop.
Save Netsurfer24/1b35259ccd2beca668c0 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