css4

作者: 紫色冰雨 | 来源:发表于2018-12-05 21:37 被阅读14次

    CSS 背景

    背景色

    p {background-color: gray;}

    背景图像

     background-image

    背景重复

    body { background-image: url(/i/eg_bg_03.gif);background-repeat: repeat-y;}

    背景定位

    body { background-image:url('/i/eg_bg_03.gif'); background-repeat:no-repeat;background-position:center;}

    百分数值

    相关文章

      网友评论

          本文标题:css4

          本文链接:https://www.haomeiwen.com/subject/xofgcqtx.html