-
-
Save GeorgeTzellis/7828260 to your computer and use it in GitHub Desktop.
tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* tree */ | |
body { margin: 20px; font-size: 16px;} | |
.tree1 { | |
width: 0px; | |
height: 0px; | |
border: 0px transparent; | |
border-width: .6em ; /* controls branch width */ | |
border-bottom: 1.3em #92C83E; /* controls branch height */ | |
border-top: 0; | |
border-style: solid; | |
} | |
.tree2 { | |
width: .2em; /* controls trunk height */ | |
height: .65em; /* controls trunk height */ | |
margin: 1px 0 0 .45em;background: #92C83E; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="tree1"></div> | |
<div class="tree2"></div> | |
<div class="tree3"></div> | |
<div class="tree4"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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