📜  CSS 背景渐变不重复 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:33.501000             🧑  作者: Mango

代码示例1
/*Apply the following:*/
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}