向 div 元素添加圆角边框:
div { border:2px solid; border-radius:25px; }
IE9+、Firefox 4+、Chrome、Safari 5+ 以及 Opera 支持 border-radius 属性。