forked from x/ContextOS
7 lines
94 B
CSS
7 lines
94 B
CSS
html, body {
|
|
height:100%;
|
|
width:100%;
|
|
margin:0px;
|
|
background-color:#d8d8d8;
|
|
}
|