html - How to change image background position in CSS? -
I have given a background position: fixed but the image is not displaying properly, where I want to show them to the visitor I am What is the key to change the position, I am using Blogger, here is the code for body tags
body {background: url ("http://i.imgur.com/8x7qciX .jpg ") Any repeating center top #ffffff; Color: # 666666; Font: 14px Arimo; Padding: 0; } I want the car to be slightly upwards, so I can cover the cover and keep track of it properly. Please type in
In CSS, you can do something like this:
body (Background-Position: 10px 20px;} Instead of using center top.
Comments
Post a Comment