1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
你把想要的照片用網址,然後在噗背的語法裡面找到
/*---------------畫面背景*/

html
{
background:#29a url(照片網址) center top no-repeat;
overflow-x:hidden !important;
}
body
{
background:transparent !important;
width:100% !important;
height:100% !important;
min-height:690px !important;
overflow:hidden !important;
}



Lod