用HTML和css模仿百度首页

 

 

 

html

 

 



	
		百度一下,你就知道 
		
		
	
	
				
	

 

 

css

 

 

*{
	margin:0;
	padding:0;
}
.botto_a{
	margin-left:40px;
	font-size:13px;
	color:gray;
}
.text_s{
	float:left;
	width:500px;
	height:40px;
	margin-left:0;
	margin-top:0;
	border:none;
}
.submit_ok{
	float:left;
	width:63px;
	height:41px;
	background:#3385ff;
	letter-spacing:1px;
	color:white;
	border:none;
}
.img_camer{
	float:left;
}

 

 

你可能感兴趣的:(css)