Recoucou

J'aimerais mettre une image en fond d'écran sur mon site et ca passe pas. Elle fait 9,61 ko ... Est-ce que y'aurait un souci dans mon code CSS? Merci!

Code css : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body
{
   background-image: url ("desert.jpg")
   background-position: top right;
}
 
mark
{
   background-color: aqua
}
 
h1
{
   font-weight: bold;
   color: teal;
   font-size: xx-large;
   font-style: italic;
   text-decoration: blink;
   text-align: center;
}
 
*
{
   font-family: comic sans ms
}