8 lines
168 B
CSS
8 lines
168 B
CSS
window
|
|
{
|
|
background:url("/path/to/background.png");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: black;
|
|
}
|