21
Разверните div, чтобы заполнить оставшуюся ширину
Я хочу макет div с двумя столбцами, где каждый может иметь переменную ширину, например div { float: left; } .second { background: #ccc; } <div>Tree</div> <div class="second">View</div> Run code snippetHide resultsExpand snippet I want the 'view' div to expand to the whole width available after 'tree' div has filled needed …
552
html
css
multiple-columns