Hi all, Would you like to know how to make triangles in css? Well here is a short code to help: #triangle { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red; } Code (markup): This will output: I hope this will help you. If you have a question, just ask Best Regards, Akos