如何禁用颜色混合

时间:2018-06-23 21:47:10

标签: html css css3

我用两个带有灰色背景的span创建了两个矩形。但是,当两个形状相交时,重叠部分的颜色会变暗。如何“禁用”此颜色以使颜色一致?

 .rectangle1
  position: absolute
  right: 22px
  bottom: 0px
  height: 80px
  width: 12px
  background-color: grey

 .rectangle2
  position: absolute
  right: 22px
  bottom: 30px
  height: 45px
  width: 6px
  background-color: grey

0 个答案:

没有答案