css樣式之border-radius詳解

來源:互聯網
上載者:User

border-radius 屬性設定邊框的園角

可能的值:像素,百分比

擴充延伸

html代碼

<p></p>

css代碼

 p {    height: 200px;    width: 200px;    border: 2px solid #a72525;    border-radius: 10px;}

結果

css代碼

 p {    height: 200px;    width: 200px;    background: #a72525;    border-radius: 50%;}

結果

css代碼

 p {    height: 200px;    width: 100px;    border: 2px dashed #a72525;    border-radius: 100px 0 0 100px;}

結果

css代碼

 p {    height: 200px;    width: 200px;    border: 2px dotted #a72525;    border-radius: 100% 0 0;}

結果

css代碼

 p {    height: 200px;    width: 100px;    background: #f09;    border-radius: 50%;}

結果

css代碼

 p {    height: 200px;    width: 200px;    background: #f90;    border-radius: 100% 0;}

結果

css代碼

 p {    width: 0;    height: 0;    border: 100px solid gray;    border-radius: 100px;    border-right-color: transparent;}

結果

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.