How to align text with image

Asked

Viewed 46 times

0

I’m creating a portfolio for myself and I’m trying to make the text straight as on this site https://blackrockdigital.github.io/startbootstrap-agency/# (in the area about) if you notice the text gets sticky in the first paragraphs it looks like it was made with ruler, and those on my site are breaking lines this type:

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>

1 answer

0

So personal is the following a thing so simple to be solved and the idiot here using bootstrap ended up bothering me more than helping and I had forgotten the powerful text-align:left in the paragraph my God, leaves the topic open and pq in the other topics no cited text-align:left

Browser other questions tagged

You are not signed in. Login or sign up in order to post.