mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 12:06:23 +03:00
35 lines
493 B
CSS
35 lines
493 B
CSS
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;
|
|
} |