1
2
3
4
5
6
7
8
9
10
11
12
/*河道_單隻噗寶*/
#dynamic_logo {
/*這行不用動*/ display:block; position:absolute;
/*上下位置*/ bottom:10px; /*可改top*/
/*左右位置*/ right:40px; /*可改left*/
/*大小*/ width:10%; /*auto改想要的大小,可改height,不須調大小的話可以刪除這行*/
/*圖片*/ content:url(圖片網址);
/*無損放大點點*/
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges
}