1
2
3
4
5
6
7
8
9
10
11
/*噗幣旁貓咪*/
.profile-icons:before {
content: "";
width: 70px; /*貓咪圖片的寬度*/
height: 28px; /*貓咪圖片的高度*/
position: absolute;
right: 23px; /*離噗幣的距離*/
bottom: -3px; /*上下微調*/
background-image: url(https://i.imgur.com/XGnvOZq.gif); /*替換貓咪圖片*/
background-repeat: no-repeat;
}