9 lines
215 B
CSS
9 lines
215 B
CSS
|
body{
|
||
|
/*background-image:url("../es/content/media/free-hw.png");background-size:cover;*/
|
||
|
background-image:url("../cover.jpg");
|
||
|
background-size:auto 100%;
|
||
|
background-repeat:no-repeat;
|
||
|
background-color:whitesmoke;}
|
||
|
|
||
|
|