1
2
3
4
5
6
7
8
9
10
.timeline-bg {
background-image:url("https://images.plurk.com/3mLe0o7XKJfKJMZH85S3FH.gif "),/*可替換圖片*/
url("https://images.plurk.com/6pBerNq3hNcps5vY19IAY0.gif "),/*那棵樹*/
url("https://images.plurk.com/1Dp40h2nggUnPeHgewdVfD.gif");/*可替換背景*/
background-repeat:no-repeat ,no-repeat, repeat-x; /*不重複或重複xy軸*/
background-position:
right 500px bottom 20px, /*車的位置*/
right 400px bottom -80px, /*樹的*/
right 500px bottom;/*背景*/
}