css設定背景顏色和處理背景圖片樣式

來源:互聯網
上載者:User

標籤:utf-8   head   doc   char   htm   像素   body   背景顏色   round   

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css設定背景顏色和處理背景圖片樣式</title>
<style>
div{
width:1000px;
height:500px;/*沒有寬高不能加背景圖片*/
border:1px solid #000000;
/*background-color:red;背景顏色*/
background-image:url("hua.jpg");/*引入背景圖片*/
background-repeat:no-repeat;/*repeat-x圖片在X軸(橫向)方向重複,repeat-y圖片在Y軸(縱向)上重複平鋪,no-repeat兩個方向平鋪不重複*/
background-position:50px 10px;
/*background-position-x背景圖片沿X軸右方向移動50px,background-position-y背景圖片沿y軸下方向移動10px,
background-position背景圖片同時設定XY軸的移動像素*/
}
p{
width:36px;
height:25px;/*用畫圖工具取寬高值*/
/*border:1px solid #000000;*/
background-repeat:no-repeat;
background-image:url("obj.png");
background-position:-38px -237px;/*背景圖片沿x和y軸左上移動用負值*/

}
</style>
</head>
<body>
<div></div>
<p></p>

</body>
</html>

css設定背景顏色和處理背景圖片樣式

相關文章

聯繫我們

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