console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>comment</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="img-box"><img src="https://zos.alipayobjects.com/rmsportal/ODTLcjxAfvqbxHnVXCYX.png" style = "width: 50px;" alt=""></div>
<div class="time">Han Solo    几秒前</div>
<div class="text1">
We supply a series of design principles, practical patterns and high quality design resources (Sketch
and Axure),<br> to help people create their product prototypes beautifully and efficiently.
</div>
</body>
</html>
.img-box{
float: left;
display: inline-block;
}
.time{
width: 200px;
height: auto;
display: inline-block;
color: darkgrey;
}
.text1{
width: 100%;
height: 200px;
margin-left: 50px;
}