CSS background 属性

    xiaoxiao2026-05-02  0

    以下内容来自W3School

    在一个声明中设置所有背景属性:

    css选择器 { background: background-color background-image background-repeat background-attachment background-position; }

    举例:

    body { background: #ff0000 url(/i/test.gif) no-repeat fixed center; }

    转载请注明原文地址: https://ju.6miu.com/read-1309285.html
    最新回复(0)