CSS 属性:

border-radius:

  • 100px
  • 50px
  • 10px
  • 5px
  • 3px
  • 10%
  • 25%
  • 50%

结果:

CSS 代码:

div#DemoArea
{
border-radius:100px;
}