Answer the question
In order to leave comments, you need to log in
How to arrange the blocks in the correct order?
Faced such a problem, the site has a section of reviews.
Actually, on the mobile version, it should go like this:
The text of the review, and under it the arrows: previous and next
. But on a larger resolution, the text of the review should go and the arrows on the sides.
And then the problem arose, how to do it this way and that way.
Actually for mobile resolutions, the implementation is as follows:
jsfiddle.net/omqh5vew/5
For larger resolutions, you need blue squares on the sides.
Of course you can do it like this:
<div class="review">
<div class="logo"><img src="images/projects/wildix/logo.png" alt="" /></div>
<div class="previous"></div>
<div class="next"></div>
<div class="text">
Текст Текст Текст Текст Текст Текст
Текст Текст Текст Текст Текст Текст
Текст Текст Текст Текст Текст Текст
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question