Jump to content

Shroet

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Shroet

  1. Подскажите в чем может быть проблема. Перечитал код 100 раз. Но в браузере отоброжается так : все нормально - а правая колонка уехала в низ. Спасибо за помощь. <html> <head> <title>Верстка</title> <style type="text/css"> div#block {width:1000px; margin: 2px 15%; background-color: #FDF5E6; font-family: Vivaldi} div.header {width:1000px; height:50px; background-color:#F8F8FF;font-size:30px; font-family: Vivaldi} div.left_col {width:150px; height:550px; float:left; background-color:#F0F8FF} div.center_col {width:698px; height:550px; font-family: monospace; font-size:13px;} div.right_col {width:150px; height:550px; float:right; background-color:#F0F8FF} div.footer {width:1000px; height:70px; clear: both; background-color:#F8F8FF;} </style> </head> <body> <div id="block"> <div class="header"><h2 align="center">Website</h2></div> <div class="left_col"><p align="center">Левая колонка</p></div> <div class="center_col"><h2 align="center"><a href="https://www.google.com.ua/?gws_rd=ssl">Основное меню<br>Закладка 1 Закладка 2 Закладка 3</h2></a></div> <div class="right_col"><p align="center">Правая колонка</p></div> <div class="footer"><p align="center"><br>2014<br>all rights reserved</p></div> </div> </body> </html>
×
×
  • 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