8 lines
162 B
CSS
8 lines
162 B
CSS
body {
|
|
background: url("../image/fond.png") center center / cover no-repeat !important;
|
|
font-family: Arial, sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|