turning a div into transparent to see through two containers

前端 未结 4 1596
野的像风
野的像风 2020-12-19 10:59

I have following markup


   
4条回答
  •  梦毁少年i
    2020-12-19 11:46

    may be you should try it by adding opacity: value attribute or by setting its background-color: rgba(0,0,0,value)

    Value must be between 0 to 1.

提交回复
热议问题