天天看点

html-css的运用

div{

background-color: #70C000; 设置背景颜色

background-image: url(../img/1jmphz166b.jpg); 设置背景图像

background-repeat: no-repeat; 设置背景重复:no-reapeat不重复;repeat-x横向重复;repeat-y:纵向重复

background-position: center; 背景定位:center:居中;top:顶部;bottom:底部;right:右部;left:左部

}

继续阅读