12 lines
178 B
CSS
12 lines
178 B
CSS
|
html {
|
||
|
background-color: #8796a6;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #8796a6;
|
||
|
width: calc(100vw - 20px);
|
||
|
height: calc(100vh - 60px);
|
||
|
/* border: 1px solid red; */
|
||
|
}
|
||
|
|