5 lines
95 B
CSS
5 lines
95 B
CSS
body, html {
|
|
background-color: gainsboro;
|
|
min-height: 100vh;
|
|
padding-bottom: 0px;
|
|
} |