單項選擇題(網(wǎng)站)由上到下,由黃色到紅色的漸變,下列樣式書寫正確的是()

A.background:linear-gradient(left,#ff0,0%,#f00,100%);
B.background:linear-gradient(top,#ff00%,#f00100%);
C.background:linear-gradient(left,#ff00%,#f00100%);
D.background:linear-gradient(top,#ff0,0%,#f00,100%);


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題(網(wǎng)站)box-shadow的第四個參數(shù)描述的是()

A.陰影的尺寸
B.水平陰影的位置
C.垂直陰影的位置
D.陰影的顏色

2.單項選擇題(網(wǎng)站)()樣式可以定義一個10px藍(lán)色向下的三角形?

A.width:0;height:0;border:10pxsolidtransparent;border-top-color:#00f;
B.width:10px;height:10px;border:10pxsolid#00f;border-top-color:transparent;
C.width:0;height:0;border:10pxsolidtransparent;border-bottom-color:#00f;
D.width:10px;height:10px;border:0pxsolid#00f;border-bottom-width:10px;

3.單項選擇題(網(wǎng)站)background-color:#ccc;background-image:url(bg.png);background-repeat:no-repeat;background-position:-100pxcenter;以上樣式的縮寫正確的是?()

A.background:#ccc,url(bg.png)no-repeat,-100pxcenter;
B.background:#cccurl(bg.png)no-repeat-100pxcenter;
C.background:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;
D.background-color:#ccc;background-image:url(bg.png)no-repeat-100pxcenter;

5.單項選擇題(網(wǎng)站)將.list下除了最后一個li其他li都設(shè)置10px的右邊界,以下樣式正確的是()}

A..list>li:not(:last-child){margin-right:10px}
B..list>li:not(:last-child){padding-right:10px}
C..list>li:not(:nth-last-child){margin-right:10px}
D..list>li:not(:nth-last-child){padding-right:10px