CSS 背景

一、常用属性:

background-color
background-image
background-repeat
background-position

background-color: cornflowerblue
 
background-image: url('1.jpg');
 
background-repeat: no-repeat;(repeat:平铺满)
 
background-position: right top(20px 20px);

二、实例:

background:#ffffff url('1.png') no-repeat right top;

 

posted @ 2017-09-22 11:37  刘小伟  阅读(136)  评论(0编辑  收藏  举报