Заранее спасибо за уделённое время.
HTML
`
Испытание: строим сеткуCSS
html,
body {
margin: 0;
padding: 0;
}
body {
width: 450px;
min-height: 335px;
font-family: “Arial”, sans-serif;
font-size: 10px;
color: white;
}
.asflt {
background-color:#34495e;
}
.header {
background-color: #c0392b;
float: left;
width: 350px;
min-height: 35px;
margin: 10px 0px;
margin-right:50px;
margin-left:50px;
}
.menu {
background-color:#3498DB;
float:left;
width:450px;
min-height: 35px;
margin-bottom:10px;
}
.promo {
background-color:#c0392b;
width:170px;
min-height:60px;
float:left;
margin-bottom: 10px;
}
.promo1 {
margin-left:50px;
}
.promo2 {
margin-left:10px;
}
.content {
background-color:#3498DB;
float:left;
margin-top:10px;
margin-bottom:10px;
min-height:110px;
clear
}
.left {
width:70px;
margin-left:50px;
margin-right:10px;
}
.main {
width:190px;
margin-right:10px;
}
.right {
width:70px;
}
.footer {
background-color:#34495e;
float:left;
width:100%;
min-height:50px;
}
.fix::after {
content: “”;
clear:both;
display:table;
}
.header,.promo,.content {
padding:5px;
}
.menu,.footer {
padding: 5px 0px 0px 55px
}
*
{
box-sizing:border-box;
}