Layering images in CSS - possible to put 2 images in same element?

后端 未结 8 903
你的背包
你的背包 2021-02-04 05:07

Supposing I\'m setting a background image for a web page in CSS like this:

body    {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Verdana, Arial, Sans         


        
8条回答
  •  长情又很酷
    2021-02-04 05:57

    The only way is to use another container. Each element may contain only one background image.

提交回复
热议问题