Result Size: 625 x 534
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
#example1 {
  border: 2px solid red;
  background: url(paper.gif);
  padding: 10px;
  border-bottom-right-radius: 40%;
}
</style>
</head>
<body>
<h2>border-bottom-right-radius: 40%:</h2>
<div id="example1">
  <p>在这里,border-bottom-right-radius 属性设置为 40%。 另请注意,背景在边界处被剪裁了。</p>
</div>
</body>
</html>