1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
【史帝雷歐噗浪小怪獸】

/*更換噗寶*/
/*先隱藏原本的影像*/
#dynamic_logo img{
filter: alpha(opacity=0);opacity:0.0;
}
#dynamic_logo{
height: 300px; /*請依照圖片調整*/
width: 390px; /*請依照圖片調整*/
margin-top: 15px; /*距離頂部的位置*/
margin-right: 760px; /*右位。最剛好839(左位就用left,0)*/
background-repeat: no-repeat; /*防止背景重複*/
/*換上圖片確切網址(記得替圖片去背)*/
background-image: url(https://images.plurk.com/APuuDelY7rwzrCDqMB25P.png);
}