10 lines
175 B
CSS
10 lines
175 B
CSS
window {
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
box#body {
|
|
background-color: rgba(50, 50, 50, 0.5);
|
|
border-radius: 10px;
|
|
padding: 50px;
|
|
}
|