Jump to content

Dmitry_St_PL

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dmitry_St_PL

  1. Сделать версту через flex-box. картинки в одном диве <style> .img-items { display: flex; justify-content: space-beetwen; align-items: center; } .txt-wrapper { display: flex; justify-content: space-beetwen; align-items: flex-start; } .items { text-alighn: center; padding: 15px; } </style> <div .class="img-wrapper"> <div .class="img-items"> <img....> <img....> <img....> <img....> </div> </div> <div .class="txt-wrapper"> <div .class="items">............... </div> </div>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy