背景图片居中显示

body{
	height: 1000px;
	background: url(test.jpg);
	background-repeat: no-repeat;
	background-position: center center;  
}

猜你喜欢

转载自blog.csdn.net/Lyj1010/article/details/83097601