Project

General

Profile

Background (image et couleur) » History » Version 2

Version 1 (Pablo Alingery, 21/03/2012 16:04) → Version 2/10 (Pablo Alingery, 21/03/2012 16:21)

h1. Background (image et couleur)

>>>Ajouter au fichier client-public/res/css/main.css ".background_image"
<pre>
.background_image{
margin:0;
padding:0;
background-image: url('/sitools/upload/SDO_8.jpg');
background-repeat: no-repeat;
background-position: center;

background-color :black;
}

</pre>