I am trying to make the 3d ribbon box in CSS3 but getting some problems so how can i make this with pure CSS with minimum code.
Here is the image what i am trying to making…..

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.
Here’s one way to do it, pretty minimal markup.
:beforeand:afterpseudo-elements require IE 8+, if you need to support lower (IE6/7) you could use two extra<div>elements for the triangle corners.example jsfiddle
HTML:
CSS: