I would like to make an arrow like so:

Is this possible with just CSS3, Notice how it’s a black arrow with an inner white arrow slightly -1px from the black. Ideas? Thanks
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.
It can be done with just a singular
divand CSS3 transformations. Here is an example: http://jsfiddle.net/yVTr3/5/It could easily be modified to adapt to the size and exact colors you would need.