1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /*主控台左上&右下噗寶*/ #dashboard_holder::before, #dashboard_holder::after { /*噗寶基本設定*/ content: ''; background-repeat: no-repeat; background-size: contain; position: absolute; } #dashboard_holder::before { /*左上噗寶*/ background-image: url("https://images.plurk.com/6OCicPrnxVaB86pX0EPTQk.png"); /*圖片網址*/ width: 160px; /*寬*/ height: 240px; /*高*/ top: 40%; /*位置*/ left: -14.5%; z-index: 999; /*移到自介上*/ } |
Direct link: https://paste.plurk.com/show/hZq7r8huyWbw8Z1zm1Pp