Triangle Border

.triangle { position: relative; width:0; border-bottom:solid 50px black; border-right:solid 30px transparent; border-left:solid 30px transparent; } .triangle .empty { position: absolute; top:9px; left:-21px; width:0; border-bottom:solid 36px white; border-right:solid 21px transparent; border-left:solid 21px transparent; color: red; background: green; }
This is a triangle border created for a perfect triangle

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.