Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/11/2018 in all areas

  1. line-height это не высота строки, а расстояние между базовыми линиями соседних строк. У текста есть запас на всякие там умлауты и иже с ними, у инлайн блоков запаса нет
    1 point
  2. Размеры сами подставите <div class="container"> <div class="column header"></div> <div class="row"> <div class="column column1">1</div> <div class="wrap"> <div class="column column2">2</div> <div class="column column3">3</div> <div class="column column4">4</div> </div> </div> <div class="column footer"></div> </div> .container { width: 600px; min-height: 230; } .column { height: 90px; padding: 20px; border: 1px solid black; box-sizing: border-box; } .column2{ width: 100%; } .column3, .column4{ width: 50%; } .row { display: flex; justify-content: space-between; } .wrap{ display: flex; flex-wrap:wrap; } .header { padding: 20px; height: 40px; margin-bottom: 5px; } .footer { padding: 5px; height: 20px; margin-top: 5px; }
    1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • 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