美文网首页
4. CSS 背景

4. CSS 背景

作者: 晨曦Bai | 来源:发表于2020-10-25 20:15 被阅读0次

2020-10-23

  1. background-color: 背景色 ( transparent / color)
  2. background-image: 背景图 ( none / url('./image.jpg'))
  3. background-repeat: 背景图铺排方式 ( repeat / repeat-x / repeat-y / no-repeat )
  4. background-position: 设置图像的背景图像位置 ( x 坐标 | left | center | right 空格 y坐标 | top | center | bottom)
  5. background-attachment: 背景图像滚动位置 (scroll / fixed)
  6. background: 设置背景的复合写法

相关文章

  • 4. CSS 背景

    2020-10-23 background-color: 背景色 ( transparent / color)ba...

  • 2018-07-12

    1.css的样式设置 1.背景 1.背景重复 2.背景位置 3.背景初步简写 4.背景简写 5.背景的吸附 6.背...

  • CSS样式

    CSS背景 CSS字体 CSS链接 CSS 列表 CSS 表格 CSS轮廓 CSS背景 1、背景色 ba...

  • Html-CSS 背景设置

    CSS 背景 CSS 背景属性用于定义HTML元素的背景。CSS 属性定义背景效果: background-col...

  • CSS3 背景

    知识点: CSS3 背景图像区域CSS3 背景图像定位CSS3 背景图像大小CSS3 多重背景图像CSS3 背景属...

  • css入门知识点总结

    本文目录 1.font:综合设置字体样式 2.CSS复合选择器 3.CSS 三大特性 4.背景简写 5.四种定位 ...

  • 整理常用CSS

    字体属性:(font) CSS文字属性: CSS边框空白 CSS符号属性: CSS背景样式: 指定背景位置 CSS...

  • CSS样式-背景(background)

    CSS样式 css背景(background) CSS 可以添加背景颜色和背景图片, 以及来进行图片设置。 背景图...

  • CSS常用的属性和值

    CSS文本 CSS字体 CSS背景

  • 优秀前端设计

    1. 半透明背景 2. 毛玻璃效果 3. 全局灰色(默哀色) 4. 纯CSS实现加载刷新动画

网友评论

      本文标题:4. CSS 背景

      本文链接:https://www.haomeiwen.com/subject/orvvmktx.html