Degrader + 2 images

Résolu/Fermé
steve-elipz Messages postés 148 Date d'inscription mercredi 4 avril 2012 Statut Membre Dernière intervention 7 avril 2018 - 26 juil. 2013 à 21:20
steve-elipz Messages postés 148 Date d'inscription mercredi 4 avril 2012 Statut Membre Dernière intervention 7 avril 2018 - 26 juil. 2013 à 21:34
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 mercredi 4 avril 2012 Statut Membre Dernière intervention 7 avril 2018
26 juil. 2013 à 21:34
html,body{min-height:100%;}
body {
background-image:url('entete.png'), linear-gradient(black, #262626);
background-repeat:no-repeat
}
0