css背景

background 属性用于定义 HTML 元素的背景

background 属于复合属性,也叫快捷属性 

 3 <style>
body{ 4 background-color:red; 5 background-image:url('images/fix.gif'); 6 background-repeat:no-repeat; 7 background-attachment:fixed;
background-position:absolute;
8 } 9 </style>

background-color 背景颜色

background-image 背景图片

background-repeat 背景图像设置水平或垂直平铺或不平铺

background-position 背景图像设置定位

background-attachment 背景图像设置固定或滚动

posted @ 2021-11-14 18:38  梦话!  阅读(32)  评论(0)    收藏  举报