5 lines
73 B
CSS
5 lines
73 B
CSS
body,html {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: skyblue;
|
|
} |