1
2
3
4
5
6
7
8
9
/*時間軸下方噗寶2*/
#timeline_holder:after {
/*這裡勿動*/ position: absolute; top: 100%;

/*圖片*/ content: url(https://images.plurk.com/7igtFjG5GxQWAkOEdvwdhX.png);

/*上下位置*/ margin-top: -300px; /*負數往上正數往下*/
/*左右位置*/ right:-10px; /*right可改left*/
}