background可以同时使用图片和背景色

	<div id="contentArea">
		内容
	</div>
	#contentArea{
		width:400px;
		height:250px;
		background:green url("imgs/2.jpg")  center/200px 200px no-repeat;
		font-size:28px;
		color:brown;
		font-weight:bold;
		line-height:250px;
		text-align: center;
	}

在这里插入图片描述


版权声明:本文为weixin_43939111原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。