7 lines
80 B
CSS
7 lines
80 B
CSS
html, body {
|
|
position: relative;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 100%;
|
|
}
|