背景与CSS的边缘效应

时间:2013-08-15 22:29:13

标签: html css image background

我想为我的背景实现一个可爱的边缘效应,我在哪里错误使用此代码?

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

以下是我希望http://mailchimp.com/pricing/

的示例

非常感谢。

谢谢!

1 个答案:

答案 0 :(得分:0)

background-position: center 50px;

您可以根据需要更改值,例如10px 100px