Why can't I use background image and color together?

前端 未结 10 2379
一生所求
一生所求 2020-12-04 07:33

What I am trying to do is to show both background-color and background-image, so that half of my div will cover the right shadow backg

10条回答
  •  [愿得一人]
    2020-12-04 08:06

    background:url(directoryName/imageName.extention) bottom left no-repeat; 
    background-color: red;
    

提交回复
热议问题