博客项目

CSS background 属性包括:

      background-color:背景颜色;

      background-image:背景图片;

      background-repeat:是否重复;

     background-attachment:背景图片是否固定,scroll跟随内容滚动,fixed固定在页面上;

      background-position:位置 默认为0%,0%。

例子:background:#fafafa none repeat scroll 0 0;

使块居中

    margin-left:auto;
    margin-right:auto;

原文地址:https://www.cnblogs.com/huixuexidezhu/p/4972668.html