8 lines
121 B
CSS
8 lines
121 B
CSS
.bg {
|
|
position: fixed;
|
|
background-color: #1D1D28;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
} |