bonjour ce week end g créer une petite pages html ac une feuille de style css sous windows mais elle ne marche plus sous linux pourkoi? qu'ais-je de faux?
Code : 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
body { font-family: comic sans ms;
       background: #FF6600;
       color: black
       text-align: center }
 
h1, h3 { font-family: chiller }
 
h1 { font-size: 42pt;
     text-align: center;
     color: #00CC00 }
 
h3 { text-align: center;
     color: #FFFF66 }
 
p { text-align: center }
 
li { list-style-image : url(../images/puce.jpg) }
merci d'avance

amicalement ben
: :