定义背景图片位置

 定义背景图片位置:

background:url("img/bee.jpg") no-repeat ;
background-position:right bottom;
background-position:400px 50px;

 定义div最大最小宽度:

max-990px;
min-800px;
min-height:400px;
原文地址:https://www.cnblogs.com/qq21270/p/3440237.html