1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /*自介下方新增連結圖片*/ .dash-group-left { height: 700px; } /*給連結留一點高度*/ #about_me > a:nth-of-type(-n+2/*總共幾個連結*/) { position: absolute; top: calc(100% + 5px); } #about_me > a:nth-of-type(1) { content: url(https://emos.plurk.com/f94dd5e9834dbbb9e25a2291bf3d03d9_w48_h48.png); /*圖片網址*/ left: 0; /*離自介左側距離*/ } #about_me > a:nth-of-type(2) { content: url(https://emos.plurk.com/8f6f401d0f028eda3cc5935782bdf211_w48_h48.png); left: 55px; } /*可自行新增#about_me > a:nth-of-type(3), #about_me > a:nth-of-type(4)... 以此類推*/ |
Direct link: https://paste.plurk.com/show/TIlQAWCbAxsgnQ4OS4Ot