
is it possible to create a triangle like what is pictured? even with the double border color?
(I achieve double border color in the box that this triangle will come out of by doing two divs)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This can be achieved by creating an empty div and giving it a width of 0, and placing a border of desired thickness to the opposite side you want the triangle to point.
You can then position it where you wish.
See http://jonrohan.me/guide/css/creating-triangles-in-css/ for instructions.