Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $YECBGYFECGEAFWHA as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2

Deprecated: imwpcache\f884414bce24ee67f\f73723ec7b1919fa5::__construct(): Implicitly marking parameter $BBWFDDBHHYHDXXAB as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/www.chuangxiangniao.com/wp-content/plugins/imwpcache-dist/build/f884414bce24ee67ff73723ec7b1919fa5.php on line 2
CSS页面布局常用知识汇总(页面背景)_创想鸟

CSS页面布局常用知识汇总(页面背景)

css中的知识非常多,我们不可能全都记得住。闲暇时整理了一些css页面布局的常用知识,这篇文章就和大家分享一下css页面背景的常用知识。需要的朋友可以参考一下,希望可以帮助到你。

1、设置背景色

CSS提供background-color属性设置页面的背景色。 

实例:background-color: red;

2、设置背景图片

立即学习“前端免费学习笔记(深入)”;

页面添加图片 

语法: CSS页面布局常用知识汇总(页面背景)

页面添加背景图片 

CSS提供background-image属性直接为页面添加一个背景图片。 

语法:background-image: url(pic.jpg);

(1)背景图片的平铺

CSS提供background-repeat属性设置背景图片的平铺方式。有四种属性repeat(背景图片在横向和纵向上平铺)、no-repeat(背景图片不平铺)、repeat-x(背景图片在横向上平铺)、repeat-y(背景图片在纵向上平铺)。

语法:background-repeat: repeatmode;

(2)背景图片的位置

CSS提供background-position属性设置背景图片与页面的相对位置。

语法:background-position: position;

其中position可以使用长度单位、百分比、关键字来确定。

使用长度单位:background-position: 10px 20px;(背景图片沿x轴平移10px,沿y轴平移20px)

使用百分比:background-position: 30% 30%;

使用关键字:background-position: right bottom; 属性值横向有left、center、right,纵向有top、center、bottom。

(3)固定和滚动背景图片

CSS提供background-attachment属性。属性值scroll表示背景图片随对象内容滚动;fixed表示背景图片固定。

实例:background-attachment: fixed;

3、页面背景属性

属性background-image、background-position、background-repeat、background-attachment四个属性可以使用background进行缩写。

实例:background:url(pic.jpg) 10px 20px repeat fixed;

以上就是CSS页面布局常用知识汇总(页面背景)的详细内容,更多请关注创想鸟其它相关文章!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。
如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 chuangxiangniao@163.com 举报,一经查实,本站将立刻删除。
发布者:程序猿,转转请注明出处:https://www.chuangxiangniao.com/p/1611989.html

赞 (0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2025年12月24日 02:41:38
下一篇 2025年12月24日 02:41:51

相关推荐

发表回复

登录后才能评论
关注微信