9 lines
189 B
CSS
9 lines
189 B
CSS
|
window
|
||
|
{
|
||
|
background:url("/home/luc/documents/backgrounds/graphite.jpg");
|
||
|
background-size: cover;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center;
|
||
|
background-color: black;
|
||
|
}
|