background背景图

1.背景图片
background:url(../img/46.jpg);
纯色背景
background:red/#ff6600;
2.背景尺寸、大小:水平 垂直;
background-size:100% 100%;
background-size:1000px 500px;根据背景图或者背景区域大小去写像素值
background-size:contain;
background-size:cover;
3.背景平铺background-repeat
默认repeat包含repeat-x和repeat-y
no-repeat 不平铺
repeat-x 水平平铺
repeat-y 垂直平铺
round缩放背景图至容器大小(非等比缩放)
space背景图不会产生缩放,会被裁切
4.背景定位background-position
-方位background-position:left top
水平left左 center中 right右
垂直top上 center中 bottom下
-像素值background-position:18px -1px;
5.background-attachment: scroll;
background-attachment: scroll;默认根据屏幕滚动
background-attachment:fixed;将背景图固定在某个位置,滑动滚动条图片不动
posted @   母佳乐  阅读(119)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 25岁的心里话
点击右上角即可分享
微信分享提示