R
R
RushV2021-06-17 18:32:15
css
RushV, 2021-06-17 18:32:15

How to remove the picture (arrow) from the last block?

Hello!
How to remove image from last block css or js use?

<div class="col-12 col-md-6 col-lg-auto">
                       <div class="work pe-5">
                           <img src="/assets/image/tpl/1-1.jpg" class="rounded-circle" alt="Как мы работаем Раст-Т">
                           <div class="work-text pt-3">
                               <p class="m-0">Оставьте заявку</p>
                           </div>
                       </div>
                   </div>

60cb6ad38c9bc605739949.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xirurgx3d, 2021-06-17
@RushV

Try to use css

work:last-child .rounded-circle::after{
   display:none
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question