1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*===2022米老虎 By Kanna===*/

/*隱藏官方生物*/
#dynamic_logo #creature {
opacity: 0;
}
/*更換 噗浪生物*/
#dynamic_logo{
height: 350px; /*請依照您的生物調整到適當高度*/
width: 300px; /*請依照您的生物調整到適當寬度*/
margin-top: 400px; /*生物距離頂部的位置*/
margin-right: 150px; /*生物的左右位置*/
background-repeat: no-repeat; /*防止背景重複*/
/*接著,請將以下圖片網址改成你想放的生物*/
background-image: url(https://i.imgur.com/rEQOw5q.png);
}