Degrader + 2 images

Résolu
steve-elipz Messages postés 148 Date d'inscription   Statut Membre Dernière intervention   -  
steve-elipz Messages postés 148 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

j essaye d avoir mon image (1.png) a +/- 2cm en haut et a droit de l image a +/- 80%

voici mon script, si quelqu un sait m aider... merci beaucoup

html,body{min-height:100%;}
body {
background-image:url('entete.png'),url('1.png'), linear-gradient(black, #262626);
background-postion: x y, 25% 75%, x y;
background-repeat:no-repeat
}
A voir également:

1 réponse

steve-elipz Messages postés 148 Date d'inscription   Statut Membre Dernière intervention  
 
html,body{min-height:100%;}
body {
background-image:url('entete.png'), linear-gradient(black, #262626);
background-repeat:no-repeat
}
0