How to leave the text aligned with the image [duplicate]

0

I'm creating a portfolio for myself and I'm trying to make the text straight like this link (in the about ) if you notice the text gets stuck in the first few paragraphs it looks like it was done with ruler, and those on my site are breaking lines like this:

Lorem ipsum dolor sit 
  amet, consectetur adipiscing elit. 
Integer dolor lorem,      
  eudapibus. Mauris eget laoreet 
augue, quis sodales dolor.

.tudo {
  width: 30%;
  background-color:#009;        
}
.tudo img {
  float: left;
}
.tudo p {
  padding-left: 100px;    
}
<div class="tudo">
  <img src="http://multnix.com/stack/tags.png">
  <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer dolor lorem,
    efficitur sed gravida sed, congue id magna. Vestibulum tincidunt eu sapien 
    eu dapibus. Mauris eget laoreet augue, quis sodales dolor.         
  </p>
</div>
    
asked by anonymous 10.01.2017 / 20:54

1 answer

0

So it's personal and the following is such a simple thing to be solved and the idiot here using bootstrap ended up messing me up more than helping and I had forgotten the powerful text-align: left in paragraph my god, leave the topic open ae pq in the other topics none cited the text-align: left

    
10.01.2017 / 22:53