8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
html, body {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
background: rgb(179, 179, 179);
|
|
margin: 0;
|
|
overflow: hidden;
|
|
} |