Pbr de texte avec background intelligent

Fermé
steve-elipz Messages postés 148 Date d'inscription mercredi 4 avril 2012 Statut Membre Dernière intervention 7 avril 2018 - Modifié par Chris 94 le 27/08/2014 à 00:42
mr_demonicon Messages postés 828 Date d'inscription dimanche 20 juillet 2014 Statut Membre Dernière intervention 9 avril 2016 - 27 août 2014 à 13:30
Bonjour,

j ai un script avec un background qui s'adapte a l ecran, seulement l image de fond une fois la fenetre reduite ou un affichage different rencontre le texte qui est centré...

je ne sais pas par ou commencé!!!

comment font les webmasters pour editer du texte et avoir des background adaptés!!!! quelle horreur!!!!

voici mon script d'adaptation BG
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="fr-be">
<head>

  <style type="text/css">
html {
background-image: url(background4.png); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
  </style>
</head>



<body>

<div style="text-align: center;"><font size="5"><span style="color: rgb(104, 91, 83); font-family: Gabriola;">steve</span></font></div>

</body>
</html>
A voir également:

1 réponse

mr_demonicon Messages postés 828 Date d'inscription dimanche 20 juillet 2014 Statut Membre Dernière intervention 9 avril 2016 126
Modifié par mr_demonicon le 27/08/2014 à 13:30
0