Пользователь пока ничего не рассказал о себе

Наибольший вклад в теги

Все теги (7)

Лучшие ответы пользователя

Все ответы (2)
  • Блоки мешают друг другу, как исправить?

    @sgrinko
    я сделал бы вот так

    .holder { overflow:hidden;}
    .banner { float:right;}

    <div class="holder">
            <div class="banner">
               <img src="../image/banner.png">
            </div>
            <div class="box">
                <h1>Product name</h1>
                <div class="list_h">
                    <ul>
                        <li>Put on this page information about your product</li>
                        <li>A detailed description of your product</li>
                        <li>Tell us about the advantages and merits</li>
                        <li>Associate the page with the payment system</li>
                    </ul>
                </div>
            </div>
     </div>
    Ответ написан
    Комментировать

Лучшие вопросы пользователя

Все вопросы (8)