LexLinn
Новичок
Дата регистрации:
08.04.2014 09:27:49
Сообщений: 2
<body>
<div id='wrapper'>
<div id="header">
<div class='section'>
<img src = "images/logohead.jpg" style = "border-radius: 25%;">
</div>
<div style='width: 65%;' class='section'>
<font face = 'comic sans ms'>
<h4>Лицензия №ЛО70-01-000922 от 17.09.2012<br>г.Томск ул.Советская, 96Б<br>
ООО "Элли"<br>Телефон:<br>42-14-35; 56-22-22<br>42-02-02 - регистратура
</h4>
</font>
</div>
</div>
<div id = 'left-column'>
<h1 class = 'button' onclick="location.href='index.html';">Главная</h1>
</div>
</div>
</body>
А вот CSS:
#header {
position: absolute;
width: 90%;
height: auto;
background: url(images/bghead.jpg);
background-size: 100% 100%;
border-radius: 5%;
margin: 4.5%;
}
.section {
display: inline-block;
float: left;
height: 20%;}
h4 {
text-align: right;
color: white;
font-weight: bold;
font-size: 125%;
}
#left-column {
float: left;
width: 25%;
height: auto;
margin: 6%;
}
html, body {
width: 90%;
background: #F0FFFF;
}
#wrapper {
width: 90%;
height: auto;
margin: 0;
}
Ну и собственно взываю о помощи к магистрам))