用CSS3+HTML5實現未來的Web應用

來源:互聯網
上載者:User
關鍵字 實現 可以 不過 ight:

CSS 3 + HTML 5 是未來的 Web,它們都還沒有正式到來,雖然不少瀏覽器已經開始對它們提供部分支援。 本文介紹了 5 個 HTTP://www.aliyun.com/zixun/aggregation/9445.html">CSS3 技巧,可以幫你實現未來的 Web,不過,這些技術不應該用在正式的客戶專案, 它們更適合你的個人博客網站,Web 設計社區,或者不會有客戶向你投訴的場合。

1. 圓角效果

  

CSS3 新功能中最常用的一項是圓角效果,標準 HTML 方塊物件是90度方角的,CSS3 可以幫你實現圓角。

-moz-border-radius: 20px;

-webkit-border-radius: 20px;

border-radius: 20px;

甚至單個角也可以實現圓角,不過 Mozilla 和 Webkit 的語法稍有不同。

-moz-border-radius-topleft: 20px;

-moz-border-radius-topright: 20px;

-moz-border-radius-bottomleft: 10px;

-moz-border-radius-bottomright: 10px;

-webkit-border-top-rightright-radius: 20px;

-webkit-border-top-left-radius: 20px;

-webkit-border-bottom-left-radius: 10px;

-webkit-border-bottom-rightright-radius: 10px;

所支援的瀏覽器:Firefox, Safari , Chrome

用例: Twitter.

請參閱:

W3C Working Draft

Border-radius on CSS3.info

The Art of Web

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.