2015-09-11 09:37:16 +00:00
|
|
|
|
|
|
|
@font-face
|
|
|
|
{
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
src: url('opensans.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
body
|
|
|
|
{
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: -2;
|
|
|
|
background-color: #EEE;
|
2015-11-17 10:34:33 +00:00
|
|
|
overflow: hidden;
|
2015-09-11 09:37:16 +00:00
|
|
|
}
|
|
|
|
|