8 lines
191 B
CSS
8 lines
191 B
CSS
|
body
|
||
|
{
|
||
|
background-image:url("../pictures/setting_picture/fond.jpg");
|
||
|
background-attachment:fixed;
|
||
|
background-repeat:no-repeat;
|
||
|
background-position:100% 100%;
|
||
|
background-size:cover;
|
||
|
}
|