1
2
3
4
5
6
7
/*========噗幣欄-第三個噗寶========*/
#dash-profile:after {
 position:absolute;
 /*圖片*/ content:url();
 /*距離右側*/ right:50px; /*換成left就是距離左側*/
 /*距離下方*/ bottom:-340px; /*換成top就是距離上方*/
}