background样式

background样式
background-image: url("a.jpg");
/默认状态下是平铺的/
background-repeat: no-repeat;
/背景不平铺/
background-color: red;
/背景图片比背景颜色层级高/
background-repeat: repeat-x;
/背景水平平铺/
background-repeat: repeat-y;
/背景垂直平铺/
background-position: 10px 10px;
/背景定位/
第一个参数水平,第二个参数垂直
left、center、right top、center、bottom

background-attachment: fixed;
/背景固定/
background-attachment: scroll;
/默认样式滚动/
合写
background: red url("a.jpg") no-repeat center center;

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • background-color background-color:#ff0000红色background-col...
    每日活菌阅读 516评论 0 0
  • 转载请声明 原文链接地址 关注公众号获取更多资讯 第一部分 HTML 第一章 职业规划和前景 职业方向规划定位...
    前端进阶之旅阅读 16,621评论 32 459
  • 选择qi:是表达式 标签选择器 类选择器 属性选择器 继承属性: color,font,text-align,li...
    wzhiq896阅读 1,805评论 0 2
  • 选择qi:是表达式 标签选择器 类选择器 属性选择器 继承属性: color,font,text-align,li...
    love2013阅读 2,338评论 0 11
  • 1.CSS简介 Cascading Style Sheet 层叠样式表 主要用来定义页面中的表现,HTML 描述页...
    hyt222阅读 874评论 0 0