/ Published in: CSS

Expand |
Embed | Plain Text
div.triangle{ height:0px; width: 0px; border-style: solid; border-color: transparent transparent green black; border-width:100px; } div#two { margin-top: 20px; border-color: #f0f0f0 #ccc #585858 #aaa; }
You need to login to post a comment.