Partie "Haut"
ACCUEIL <<< Assistant & CSS <<<
![]() |
![]() |
![]() |
![]() |
![]() |
|

Partie "Haut"
| Nom de l'attribut | Nom CSS | Valeur | Valeurs possibles |
| Couleur de fond | background | Choisir | |
| Image de fond | background-image | Adresse d'une image (clic droit>propriétés sur une image) | |
| Répetition de l'image de fond | background-repeat | Dépend de l'image de fond | |
| Hauteur | height | Dimension en pixels (ex : 200px) | |
| Taille de la bordure | border-width | Dimension (ex:2px) | |
| Style de la bordure | border-style | ||
| Couleur de la bordure | border-color | Choisir | |
| Marge intérieure haute | padding-top | Dimension (ex: 10px) |
#haut
{
background : #FFEFBB;
background-image : url(http://);
background-repeat : repeat;
height : 70px;
border-width : 1px;
border-style : solid;
border-color : #000000;
{
background : #FFEFBB;
background-image : url(http://);
background-repeat : repeat;
height : 70px;
border-width : 1px;
border-style : solid;
border-color : #000000;
padding-top : 5px;
text-align : center;
background-attachment : fixed;
}
text-align : center;
background-attachment : fixed;
}
| Nom de l'attribut | Nom CSS | Valeur | Valeurs possibles |
| Décoration du texte | text-decoration | ||
| Taille de la police | font-size | ex: 10pt | |
| Famille de la police | font-family | ex: Arial, Verdana, Trebuchet MS |
#haut h1 a
{
text-decoration : none;
font-size : 18pt;
font-family : Comic sans Ms;
}
{
text-decoration : none;
font-size : 18pt;
font-family : Comic sans Ms;
}








