This commit is contained in:
2020-03-13 20:44:22 +03:00
commit 747d24152b
50 changed files with 1314 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
body, html {
height: 100%;
}
body {
line-height: 1.42;
margin: 0;
font-family: 'OpenSans';
font-weight: bold;
}
.clearfix:after {
content: "";
display: block;
clear: both;
}
* {
box-sizing: border-box;
}
.container {
width: 1060px;
margin: 0 auto;
}
.wrapper {
min-height: 100%;
min-width: 1100px;
overflow: hidden;
}
.wrapper:after {
content: "";
display: block;
height: 77px;
}