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>
Enter the code.
– Taisbevalle
calm ae that gave bad I will post jfiddle
– Fernando Alcantara
https://jsfiddle.net/ppgcdL4p/
– Fernando Alcantara
No need, Ctrl + K you format the code or by clicking on { } in the edit.
– Taisbevalle
Related: How to align text in front of another element?
– Renan Gomes