chat boxs
HTML
<div class="chat-box">
<div class="chat-header">
<img src="http://delectant.net/wp-content/uploads/2014/01/Delecant_Placeholder.png" width="34" alt="">
<h4>
User Name
</h4>
</div>
</div>
CSS
.chat-box{
min-height : 30px;
width : 300px;
}
.chat-header{
background-color : #E84F2E;
color : #fff;
padding : 10px;
}
.chat-header h3{
display : inline-block;
}