CSS3漸層,css3

來源:互聯網
上載者:User

CSS3漸層,css3

今天上Quora的時候,發現登陸頁面的背景圖挺帶感,就F12了一下……

學習學習CSS3的漸層效果,gradient

漸層按照表現方式分為線性漸層(linear-gradient)和蛋性漸層,哦不,是放射狀漸層(radial-gradient),重複線性漸層(repeating-linear-gradient)和重複放射狀漸層(repeating-radial-gradient)


練習檔案放在了github上  點擊開啟連結


參考資料:大漠的  線性漸層  放射狀漸層  還有張鑫旭寫的這個 點擊開啟連結





css3 漸層怎實現?

針對不同瀏覽器有不同的首碼,基本還是相似的,下面的意思是線性漸層,從上方開始,從黑色漸層到白色
-webkit-linear-gradient(top,#000,#fff);
-moz-linear-gradient(top,#000,#fff);
-o-linear-gradient(top,,#000,#fff);
也可以加一些漸層中間的顏色
-webkit-linear-gradient(top,#000,#eee 20%,#fff);
也可以使用color stop,跟上面的意思相同
-webkit-linear-gradient(top,#000,color-stop(0.2, #eee),#fff)
 
對於CSS3圓角與漸層問題

你好,ie8以下版本不支援css3圓角樣式寫法,你可以試試ie9。
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.