I would like to achieve the following placement:
Two different texts (in block) floating / inline next to image. (Everything inside div).
I have been trying
.content { width: 400px; border: 4px solid red; padding: 20px; overflow: hidden; } .content img { margin-right: 15px; float: left; } .content h3, .content p{ margin-left: 15px; display: block; margin: 2px 0 0 0; }
Title Some Description
Some Description