1
I have some arrows that need to be positioned next to the text, but not next to it. Next to it like this.
But I don’t know how to position them there, at the moment I’m putting them inside the p
and is getting at the beginning of the text with a paragraph. You need to leave them out and only positioned beside, I tried with a div out, but then it breaks down and the arrow is up and the text is down.
As she is now.
HTML:
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<img class="img-fluid mr-5" src="img/img-servico-1.jpg" alt="Estádio de futebol">
</div>
<div class="col-md-6">
<h4 class="text-left">Lorem, ipsum dolor.</h4>
<h6 class="text-left mb-5">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolores libero aliquid odio. Magnam, accusamus atque. Fugit culpa rem assumenda, eaque beatae, illo consequuntur odio ullam debitis praesentium eos! Laboriosam, dolores!</h6>
<p class="text-left"><i class="fas fa-angle-right mr-2"></i> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas aperiam eius doloremque odio aspernatur itaque ratione fugit quasi? Consequuntur tempora eos id porro aliquam ratione deserunt odit, quibusdam optio reprehenderit.</p>
<br>
<p class="text-left">
<i class="fas fa-angle-right mr-2"></i>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Ad, eius. Minus, non nam! Placeat eveniet architecto distinctio laboriosam animi facilis magnam, sunt corporis dicta nisi non inventore, minima repudiandae? Expedita!</p>
<br>
<p class="text-left">
<i class="fas fa-angle-right mr-2"></i>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Rem odit fugit quibusdam ipsum. Sapiente facere ut rerum quibusdam ipsa quos voluptatibus. At quas nesciunt dolore repudiandae. Laudantium harum saepe deleniti!</p>
</div>
</div>
</div>
Another problem that I need to let the bigger picture meet with the other one that comes below put on the other side, only the class img-fluid
makes her too small.
Face on the list of icons I left the answer there in a better and more semantic way to do, Already on the image I did not understand right what you want... Avoid entering in two totally different subjects in a single question, this leaves things a little confused and is not good for the Q&A system, ideal is to separate your questions by Subject understands... But more details then I try to help you with that
– hugocsl
@hugocsl Yes, my mistake, I will ask another question with the subject of the image.
– Guilherme Rigotti
That there, so it is better to answer you and keep each question within a defined scope, this is better even for the site SEO. When you give me a touch I give you a push, just put the code of your problem right
– hugocsl
@hugocsl put the question there about the image. https://answall.com/q/352565/91948
– Guilherme Rigotti