bonjour à tous.
je construit une page d'accueuil. J'y ai inséré une image mais je souhaiterai changer sa taille (l'agrandir : elle fait 450x425). voilà le code de mon fichier css :
----------------------------------------------------------------------------
body {
margin : 0px;
padding : 0px;
color : white;
background-color : black;
background-image : url(pageAccueuil.jpg);
background-repeat : no-repeat;
background-position : center center;
}
----------------------------------------------------------------------------
merci
