题解 | #单列布局#

单列布局

http://www.nowcoder.com/practice/c1df281d15c2404eb9c69c8425098383

<html> 
<head>       
<meta charset=utf-8>   
<style type=\"text/css\">      
* {          
	margin: 0;        
	padding: 0;        
	box-sizing: border-box;    
}          
body {         
	width: 500px;                
}           
header{      
	margin:10px auto;   
	width:360px;     
	border:1px solid black;    
	height:32px;          
}          
section{     
	margin:10px auto;     
	width:360px;           
	border:1px solid black;   
}      
footer{     
	margin:10px auto;      
	width:360px;       
	border:1px solid black;  
	height:32px;         
}          
</style> 
</head>  
<body>   
	<header>1111</header>    
	<section><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br 	/><br /><br /><br /><br /><br /><br /><br /><br /></section>     
	<footer>222</footer>

</body>\n</html>","libs":[]}
全部评论

相关推荐

07-16 17:55
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务