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
Post a Comment