Probleme de css
Résolu/Fermé
A voir également:
- Probleme de css
- Css download - Télécharger - HTML
- Background color css ✓ - Forum CSS
- Css premier plan ✓ - Forum CSS
- Enlever le soulignement d'un lien css ✓ - Forum CSS
- Enlever trait sous un lien href ✓ - Forum Webmastering
2 réponses
bissdebrazza
Messages postés
2065
Date d'inscription
vendredi 29 juin 2007
Statut
Contributeur
Dernière intervention
7 décembre 2017
712
7 févr. 2009 à 22:20
7 févr. 2009 à 22:20
Salut!
peux t-on voir le code css??
peux t-on voir le code css??
bissdebrazza
Messages postés
2065
Date d'inscription
vendredi 29 juin 2007
Statut
Contributeur
Dernière intervention
7 décembre 2017
712
7 févr. 2009 à 22:36
7 févr. 2009 à 22:36
body { font-family: Verdana,sans serif; font-size: 35px; margin-left: 80px; margin-right: 80px; margin-top: 100px; margin-bottom: 100px; text-align: justify; background-color: #DAFFFF; } .entete{ font-size:14pt; width:800px; height: 200px; background-color: #256100; } .menu{ margin-top:150px; width:300px; height: 600px; background-color: #256100; } .contenu{ margin-top:150px; margin-left:150px; width:800px; height:600px; background-color: #256100; } .pieddepage{ margin-top:600px; width:800px; height:100; background-color: #256100; }
7 févr. 2009 à 22:21
body {
font-family: Verdana,sans serif;
font-size: 35px;
margin-left: 80px;
margin-right: 80px;
margin-top: 100px;
margin-bottom: 100px;
text-align: justify;
background-color: #DAFFFF;
}
entete{
font-size:14pt;
width:800px;
height: 200px;
background-color: #256100;
}
menu{
margin-top:150px;
width:300px;
height: 600px;
background-color: #256100;
}
contenu{
margin-top:150px;
margin-left:150px;
width:800px;
height:600px;
background-color: #256100;
}
pieddepage{
margin-top:600px;
width:800px;
height:100;
background-color: #256100;
}