Background position, margin-top?

后端 未结 3 913
后悔当初
后悔当初 2021-02-18 14:56

I currently have my background set to top right as:

#thedivstatus {
    background-image: url(\"imagestatus.gif\");
    background-position: right top;
    backg         


        
3条回答
  •  一向
    一向 (楼主)
    2021-02-18 15:24

    #div-name
    
    {
    
      background-image: url('../images/background-art-main.jpg');
      background-position: top right 50px;
      background-repeat: no-repeat;
    }
    

提交回复
热议问题