Pbr de texte avec background intelligent

steve-elipz Messages postés 148 Date d'inscription   Statut Membre Dernière intervention   -  
mr_demonicon Messages postés 828 Date d'inscription   Statut Membre Dernière intervention   -
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   Statut Membre Dernière intervention   126
 
0