Skip to content

Instantly share code, notes, and snippets.

@pkuphy
Created September 16, 2014 10:53
Show Gist options
  • Save pkuphy/769c03d202d9ef21028c to your computer and use it in GitHub Desktop.
Save pkuphy/769c03d202d9ef21028c to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.tri {
margin: auto;
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-bottom: 87px #5bc0de solid;
}
<!-- content to be placed inside <body>…</body> -->
<div class="tri"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment