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;
	}

background可以同时使用图片和背景色_第1张图片

你可能感兴趣的:(DOM元素及CSS基础)