Jump to content

Liubo

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Liubo

  1. Liubo

    CSS vopros

    Podskajite pojaluista! Kak sdelat rasstojanije mejdu jeltimi blokami, no pri etom ostavit ix na odnoi linii? <div id="main" class="clearfix"> <div class="first">1</div> <div class="first">2</div> <div class="first">3</div> </div> * { box-sizing: border-box; } #main { width: 100%; background-color: green; padding: 10px 0; } .first { /* margin: 10px; */ /* display: inline-block; */ width: 33.33%; float:left; background-color: yellow; text-align: center; } .clearfix:before, .clearfix:after { content: " "; display: block; } .clearfix:after { clear: both; }
×
×
  • 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