1 2 3 4 5 6 7 8 9 | /* 主控台上方噗寶 */ #dashboard_holder:after { /* 勿動 */ content: ""; pointer-events: none; position: absolute; background: no-repeat center / contain; /* 圖片網址 */ background-image: url(https://s.plurk.com/emoticons/basic2/38692e95e30abcd59898.gif); /* 寬度 */ width: 200px; /* 高度 */ height: 200px; /* 距離下方 */ bottom: -20px; /* 距離右側 */ right: -20px; } |
Direct link: https://paste.plurk.com/show/Hb07dXWd6Svfu0OcgEvG