Answer the question
In order to leave comments, you need to log in
How to make an adaptive line between blocks?
There are blocks standing in a row with the help of flex. The task is to make lines between them that decrease along with the screen. I make the dashes myself through ::after
. The option with media queries is definitely not suitable, you have to change them too many times. Also, the problem is that the blocks are different in width and it will not work to set the width value for this line.
<div class="info_choose">
<p>Выписка<br>из ЕГРН</p>
<p class="active_choose">Возврат<br>НДФЛ</p>
<p>Согласование<br>перепланировки</p>
<p>Скидки<br>партнеров</p>
<p>Реферальная<br>система</p>
</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