http://jsfiddle.net/6HyjZ/
.bookmarkRibbon{ width:0; height:100px; border-right:50px solid blue; border-left:50px solid blue; bord
Use transform:rotate :
transform:rotate
.bookmarkRibbon{ width:0; height:100px; border-right:50px solid blue; border-left:50px solid blue; border-bottom:30px solid transparent; transform:rotate(7deg); -ms-transform:rotate(7deg); /* IE 9 */ -webkit-transform:rotate(7deg); /* Opera, Chrome, and Safari */ }