博客项目

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;

 

posted on 2015-11-17 19:43  会学习的猪  阅读(156)  评论(0编辑  收藏  举报

导航