Skip to content

Instantly share code, notes, and snippets.

@fedorenkodev
Created November 12, 2015 19:43
Show Gist options
  • Save fedorenkodev/a0f3fbc6ad6037c2fe33 to your computer and use it in GitHub Desktop.
Save fedorenkodev/a0f3fbc6ad6037c2fe33 to your computer and use it in GitHub Desktop.
html, body{
margin:0;
padding:0;
}
body{
width:450px;
height:335px;
font-family:'Arial', sans-serif;
font-size:10px;
color:white;
}
.clearfix:after {
display: table;
content: '';
clear: both;
}
.top-wrapper {
margin-bottom: 10px;
padding: 10px 0;
width: 100%;
background-color: #34495e;
}
.layot-positioner {
margin: 0 auto;
width: 350px;
}
.header {
padding: 5px;
width: 340px;
height: 25px;
background-color: #c0392b;
}
.menu, .footer {
margin: 10px 0;
padding: 5px 0 0 55px;
width: 395px;
height: 30px;
}
.menu {
background-color: #3498DB;
}
.promo1, .promo2 {
padding: 5px;
width: 160px;
height: 50px;
background-color: #c0392b;
}
.promo1 {
float: left;
}
.promo2 {
float: right;
}
.left, .main, .right {
float: left;
padding: 5px 0 0 5px;
background-color: #3498DB;
}
.left, .right {
width: 65px;
height: 105px;
}
.main {
margin: 0 10px;
width: 185px;
height: 105px;
}
.footer {
background-color: #34495e;
}
/*
Используемые цвета:
#34495e - мокрый асфальт
#c0392b - красный
#3498DB - синий
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment