Plusieurs code CSS ne fonctionne pas
Jack Flash
Messages postés
2
Date d'inscription
Statut
Membre
Dernière intervention
-
Jack Flash Messages postés 2 Date d'inscription Statut Membre Dernière intervention -
Jack Flash Messages postés 2 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Je suis en pleine apprentissage de css avec notepad ++ et 2 code ne fonctionne pas:
background-images: url( 'images/bkf.jpg' );
text-decoration: none;
et voici le tout
body
{
font-family: Arial;
font-size: 14px
background-images: url( 'images/bkf.jpg' );
}
#conteneur
{
width: 980px;
background-color: #ffffff;
margin: auto;
padding: 10px;
}
#header
{
margin: auto;
width: 900px;
height: 200px;
}
#menus
{
width: 200px;
background-color: red;
float: left;
margin-bottom: 10px;
margin-top: 10px;
}
#menus a
{
Color: Black
text-decoration: none;
}
#menus a:hover
{
color: white;
background-color: black;
}
#menus h2
{
text-align: center;
}
#corps
{
width: 750px;
margin-top: 10px;
margin-left: 210px;
background-color: grey;
padding: 10px;
Color: White;
}
#footer
{
clear: left;
margin-top: 10px;
background-color: #ebebeb;
padding: 10px;
text-align: center;
}
Je suis en pleine apprentissage de css avec notepad ++ et 2 code ne fonctionne pas:
background-images: url( 'images/bkf.jpg' );
text-decoration: none;
et voici le tout
body
{
font-family: Arial;
font-size: 14px
background-images: url( 'images/bkf.jpg' );
}
#conteneur
{
width: 980px;
background-color: #ffffff;
margin: auto;
padding: 10px;
}
#header
{
margin: auto;
width: 900px;
height: 200px;
}
#menus
{
width: 200px;
background-color: red;
float: left;
margin-bottom: 10px;
margin-top: 10px;
}
#menus a
{
Color: Black
text-decoration: none;
}
#menus a:hover
{
color: white;
background-color: black;
}
#menus h2
{
text-align: center;
}
#corps
{
width: 750px;
margin-top: 10px;
margin-left: 210px;
background-color: grey;
padding: 10px;
Color: White;
}
#footer
{
clear: left;
margin-top: 10px;
background-color: #ebebeb;
padding: 10px;
text-align: center;
}
A voir également:
- Plusieurs code CSS ne fonctionne pas
- Code ascii - Guide
- Code puk bloqué - Guide
- Code activation windows 10 - Guide
- Comment déverrouiller un téléphone quand on a oublié le code - Guide
- Code blocks - Télécharger - Langages
3 réponses
slt
c'est background-image sans s
il te manque 1 point virgule:
font-size: 14px
et un autre là:
Color: Black
c'est background-image sans s
il te manque 1 point virgule:
font-size: 14px
et un autre là:
Color: Black