2018-02-20 14:53:31 +00:00
|
|
|
* {
|
2018-02-20 16:48:32 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2018-02-20 14:53:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body{
|
|
|
|
position: fixed;
|
|
|
|
display: block;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
2018-02-20 20:35:35 +00:00
|
|
|
background: #eeeeee;
|
2018-02-20 14:53:31 +00:00
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
}
|