Random CSS background image

前端 未结 6 853
囚心锁ツ
囚心锁ツ 2021-01-26 10:19

I can\'t find anything that works for me, and since I\'m a cut and paste html editor (I know only the main basic stuff), I don\'t understand most of the other posts. This is the

6条回答
  •  再見小時候
    2021-01-26 10:52

    A simple solution to this could be,

    before doctype

    
    

    and inside style call

    background: url(images/) no-repeat;
    

提交回复
热议问题