<head>
<meta charset=utf-8>
<style type=\"text/css\">
* {
margin: 0;
padding: 0;
}
.media {
float:left;
background-color:pink;
width: 100px;
height: 100px;
}
.clear-left {
clear:left;
}
section{
border:2px solid black;
}
</style>
</head>
<body>
\t<section>
<div class=\"media\"></div>
<p>hello</p>
<p class=\"clear-left\">universe</p>
</section>
</body>\n</html>","libs":[]}