Background position, margin-top?

后端 未结 3 909
后悔当初
后悔当初 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:22

     background-image: url(/images/poster.png);
     background-position: center;
     background-position-y: 50px;
     background-repeat: no-repeat;
    

提交回复
热议问题