Slt j'ai un serieux probleme... Losque je crée ma boite elle se créer mais ne met pasmon texte dedans.
Voila mon html:
Et voila mon CSS
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="projet.css" type="text/css" /> <title>Le Rugby</title> </head> <body> <p class="titre"><em>Le rugby</em></p> <p class="coupe"><li>La coupe du monde<ol><a href="Les poules.html">Les poules</a></ol><ol><a href="Les tableaux finaux.html">Les tableaux finaux</a></ol> </li></p> </body> </html>
Elle marche pour mon titre mais je crois qu'avec mes li ol il y a des pb...
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 .titre{border-color: olive; border-width: 5px; text-align: center; font-size: 1cm; border-style: solid} .coupe{width: 10em; border-style: double; color: black}
Partager