zoukankan      html  css  js  c++  java
  • background 属性简写

      background 有多个属性,包括:

      background-color: 背景颜色

      background-img:  背景图片

      background-position:  背景图像定位

      background-size:  背景图像大小

      background-origin:  定位区域

      background-repeat:  重复样式

      background-clip:  绘制区域

      background-attachment:  是否固定或者跟随页面滚动

      background可以简写,具体简写的顺序如下:

      background: color img-url repeat attachment position / size

     
  • 相关阅读:
    【leetcode】对称二叉树
    【leetcode】判断回文数
    053686
    053685
    053684
    053683
    053682
    053681
    053680
    053477
  • 原文地址:https://www.cnblogs.com/browse/p/12773963.html
Copyright © 2011-2022 走看看