html - Background Margin-top effect with CSS -


i achieve lovely margin-top effect background, going wrong code?

body {     background-image: url("index images/background.png");     background-repeat: no-repeat;     background-position: center, 90%;     background-size: 100%; } 

here's sample of have http://mailchimp.com/pricing/

much appreciated.

thanks!

background-position: center 50px; 

you can change value needed 10px 100px


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -