Skip to content

Instantly share code, notes, and snippets.

@dahngeek
Created October 11, 2013 23:32
Show Gist options
  • Save dahngeek/6943628 to your computer and use it in GitHub Desktop.
Save dahngeek/6943628 to your computer and use it in GitHub Desktop.
Medio cuadro foto medio cuadro triangulo
/**
* Medio cuadro foto medio cuadro triangulo
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;}
#triangulo {
width: 0px;
height: 0px;
border-top: 0px;
border-left: 100px solid transparent;
border-right: 0px solid transparent;
float: left;
border-bottom: 100px solid rgba(0,0,0,0.7);
}
#medio {
height: 100px;
width: 100px;
background: #aea;
}
<div id="triangulo"></div>
<div id="medio"></div>
// alert('Hello world!');
{"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