CSS 寬,高,背景設置


width 寬,height 高,background 背景;
背景色 background-color:顏色值--英文單詞/十六進制/rgb;
背景圖 background-image:url(‘圖片路徑’);
背景圖平鋪 background-repeat:no-repeat / repeat-x / repeat-y;
背景圖定位 background-position:第一個x軸位置的值(left center right 30px) 第二個y軸位置的值(top center bottom 60px)

復合寫法:background : color image position repeat;

背景圖滾動 background-attachment:fixed;
背景圖尺寸 background-size:第一個x軸比例的值 第二個y軸比例的值;【CSS3的樣式不兼容】


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM