OLD | NEW |
---|---|
1 <head> | 1 <head> |
2 <style> | 2 <style> |
3 body { | 3 body { |
4 background-image:url(resources/bikes.bmp); | 4 background-image:url(resources/bikes.bmp); |
5 -webkit-background-size: 100 auto; | 5 -webkit-background-size: 100px auto; |
6 background-repeat: no-repeat; | 6 background-repeat: no-repeat; |
7 background-position: center; | 7 background-position: center; |
8 } | 8 } |
9 </style> | 9 </style> |
10 </head> | 10 </head> |
11 | 11 |
12 <body> | 12 <body> |
13 </body> | 13 </body> |
OLD | NEW |