讓 Chrome 崩潰的 CSS 代碼
來源:程序員人生 發(fā)布時(shí)間:2014-02-11 10:51:18 閱讀次數(shù):2764次
讓 Chrome 崩潰的 CSS 代碼,請(qǐng)看下邊的CSS。點(diǎn)擊查看DEMO(請(qǐng)使用谷歌Chrome瀏覽器)
background-image: -ms-radial-gradient(center bottom, ellipse closest-corner, #4B8BEE 0%, #78AAF6 100%);
background-image: -moz-radial-gradient(center bottom, ellipse closest-corner, #4B8BEE 0%, #78AAF6 100%);
background-image: -o-radial-gradient(center bottom, ellipse closest-corner, #4B8BEE 0%, #7BACFC 100%);
background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 480, color-stop(0, #4B8BEE), color-stop(1, #78AAF6));
background-image: -webkit-radial-gradient(center bottom, ellipse closest-corner, #4B8BEE 0%, #78AAF6 100%);
background-image: radial-gradient(center bottom, ellipse closest-corner, #4A8BEE 0%, #78AAF6 100%);