How do I get a price tag on image (with pure CSS) like how is in this attached image?
I used
content:'';
width:0px; height:0px;
position: absolute; left:194px; top:-20px;
border:10px solid;
border-color: transparent transparent rgba(0,0,0,0.8) transparent;
but it didnt help!!

Try something like this http://jsfiddle.net/chriscoyier/xtCb9/1/