Skip to content Skip to sidebar Skip to footer

Background Margin-top Effect With Css

I would like to achieve a lovely margin-top effect for my background, where am I going wrong with this code? body { background-image: url('index images/background.png'); ba

Solution 1:

background-position: center 50px;

you can change value as needed like 10px 100px


Post a Comment for "Background Margin-top Effect With Css"