for Reda

two divs

by ouadie

HTML

score:
<div class="container">
    
    <div class="img">
        <img src="http://www.ancestris.org/wiki/images/thumb/0/07/Feu_rouge.svg/160px-Feu_rouge.svg.png" width="20" />
        </div>
    <div class="txt">
    text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text 
    </div>
</div>

CSS

.container{
  padding-left : 25px;
    background: yellow;
}
.img{
    float:left;
    }
.txt{
    margin-left:25px;
    background: red;  
}