Bonjour,
Aujourd'hui j'ai finit mon site web en HTML et je l'ai mis en ligne.
Mais le CSS ne s'affiche pas le fond, caractère gras, images...
Je ne comprends pas mon erreur je l'ai bien upload pourtant elle doit sûrement
être dans le code mais vu que je suis pas un expert en code et que je viens de commencer
l'apprentissage j'aimerai quelque conseil :
em
{
color: brown;font-size: 16px
}
.stream
{
color: red;font-size: 20px
}
H1
{
text-align: center;font-weight: bold;color: white; font-size: 60px
}
p
{
text-align: center;
font-size: 18px
}
p
{
color: white;
}
body
{
background-color: black;
color: black;
}
body{
background-image: url(site.jpg); {background-repeat: no-repeat}
}
H2
{
text-align: center;font-weight: bold;color: white; font-size: 50px
}
H3
{
text-align: center;font-weight: bold;color: red; font-size: 25px
}
H5
{
font-weight: bold;color: maroon; font-size: 60px
}
H6
{
font-weight: bold;color: blue; font-size: 60px
}
Merci de votre aide.
Cdt