Skip to content

Instantly share code, notes, and snippets.

Created December 6, 2013 16:52
Show Gist options
  • Save anonymous/7828160 to your computer and use it in GitHub Desktop.
Save anonymous/7828160 to your computer and use it in GitHub Desktop.
/
/* */
body { margin: 20px; }
.tree1 {
width: 0px;
height: 0px;
border: 0px transparent;
border-width: 9px ; /* controls branch width */
border-bottom: 21px #92C83E; /* controls branch height */
border-top: 0;
border-style: solid;
}
.tree2 {
width: 3px; /* controls trunk height */
height: 10px; /* controls trunk height */
margin: 1px 0 0 8px;background: #92C83E;
}
<div class="tree1"></div>
<div class="tree2"></div>
<div class="tree3"></div>
<div class="tree4"></div>
// alert('Hello world!');
{"view":"split-vertical","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