<html>
<head>
<meta charset=utf-8>   
<style type=\"text/css\"> 
* {          
margin: 0;     
padding: 0;   
}       
.top{       
	width:100px;
	height:100px;     
	background-color:pink;  
	margin:10px;       
}          
.bottom{     
	position:absolute;     
	width:100px;          
	height:100px;         
	background-color:green;    
	margin:10px;       
}       
</style>  
</head>   
<body>   
<section class=\"top\"></section>     
<section class=\"bottom\"></section>  
</body>\n</html>","libs":[]}