主頁(yè) > 知識(shí)庫(kù) > 通過(guò)CSS實(shí)現(xiàn)的html背景色漸變

通過(guò)CSS實(shí)現(xiàn)的html背景色漸變

熱門(mén)標(biāo)簽:騰訊植物園地圖標(biāo)注 外呼智能系統(tǒng)報(bào)價(jià) 鄒城智能外呼系統(tǒng) 經(jīng)綸電銷(xiāo)機(jī)器人 華為收費(fèi)站地圖標(biāo)注 個(gè)貸電銷(xiāo)機(jī)器人 浦東新區(qū)百度地圖標(biāo)注圖片 巫山縣地圖標(biāo)注app 電話(huà)機(jī)器人宣傳片
效果截圖:
 
實(shí)現(xiàn)代碼:

復(fù)制代碼
代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title></title>
<style type="text/css">
.linear{
width:100%;
height:600px;
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=##15A216,endColorStr=#fafafa); /*IE*/
background:-moz-linear-gradient(top,#15A216,#fafafa);/*火狐*/
background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#15A216), to(#fafafa));/*谷歌*/
background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #15A216),color-stop(1, #fafafa));/* Safari & Chrome*/
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa'); /*IE6 & IE7*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15A216', endColorstr='#fafafa')"; /* IE8 */
}
</style>
</head>
<body>
<div class="linear"></div>
</body>
</html>

標(biāo)簽:南平 楊凌 滁州 那曲 廣西 三沙 日喀則 唐山

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《通過(guò)CSS實(shí)現(xiàn)的html背景色漸變》,本文關(guān)鍵詞  通過(guò),CSS,實(shí)現(xiàn),的,html,背,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《通過(guò)CSS實(shí)現(xiàn)的html背景色漸變》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于通過(guò)CSS實(shí)現(xiàn)的html背景色漸變的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章