cssだけを使ってこの画像を再現しようとしています
radiusプロパティで遊んだことがありますが、ご覧のとおり、同じ角度効果は得られません。
.shape{
background-color: black;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
color:white;
font-weight:bold;
padding: 30px 30px 30px 50px;
text-align:center;
position:absolute;
right:0;
bottom:0;
z-index:1003;
font-size: 20px;
border-top-left-radius: 125px;
-moz-border-radius-topright: 125px;
}
私が試したことはhttp://jsfiddle.net/ymorin007/7qX4U/で見ることができます
ありがとう。