<html>
<head>
<meta charset=utf-8>
<style type=\"text/css\">
* {
margin: 0;
padding: 0;
}
body{
width:300px;
}
.left{
float:left;
width:120px;
height:120px;
background-color:pink;
}
.center{
float:left;
width:100px;
height:100px;
background-color:skyblue;
}
.right{
float:left;
width:100px;
height:100px;
background-color:green;
}
</style>
</head>
<body >
<div class="left"></div>
<div class="center"></div>
<div class="right"></div>
</body>\n</html>","libs":[]}