css如何设置背景
- 行业动态
- 2024-03-31
- 2228
在CSS中,可以使用以下几种方法设置背景:
1、背景颜色
语法:backgroundcolor: color;
示例:backgroundcolor: #FF0000;
2、背景图片
语法:backgroundimage: url(image_url);
示例:backgroundimage: url(‘image.jpg’);
3、背景重复
语法:backgroundrepeat: value;
示例:backgroundrepeat: norepeat;
4、背景定位
语法:backgroundposition: position;
示例:backgroundposition: center top;
5、背景大小
语法:backgroundsize: size;
示例:backgroundsize: cover;
6、背景附件
语法:backgroundattachment: attachment;
示例:backgroundattachment: fixed;
7、背景简写属性
语法:background: color image repeat position/size attachment;
示例:background: #FF0000 url(‘image.jpg’) norepeat center top/cover fixed;
下面是一个使用小标题和单元表格的示例:
CSS背景设置
CSS属性 | 语法 | 示例 |
背景颜色 | backgroundcolor: color; | backgroundcolor: #FF0000; |
背景图片 | backgroundimage: url(image_url); | backgroundimage: url(‘image.jpg’); |
背景重复 | backgroundrepeat: value; | backgroundrepeat: norepeat; |
背景定位 | backgroundposition: position; | backgroundposition: center top; |
背景大小 | backgroundsize: size; | backgroundsize: cover; |
背景附件 | backgroundattachment: attachment; | backgroundattachment: fixed; |
背景简写属性 | background: color image repeat position/size attachment; | background: #FF0000 url(‘image.jpg’) norepeat center top/cover fixed; |
本站发布或转载的文章及图片均来自网络,其原创性以及文中表达的观点和判断不代表本站,有问题联系侵删!
本文链接:http://www.xixizhuji.com/fuzhu/304668.html