JEU DU PENDU JAVASCRIPT
Fermé
Utilisateur anonyme
-
Modifié par Whismeril le 21/05/2015 à 21:57
Utilisateur anonyme - 21 mai 2015 à 21:39
Utilisateur anonyme - 21 mai 2015 à 21:39
A voir également:
- JEU DU PENDU JAVASCRIPT
- Jeu du pendu - Télécharger - Vie quotidienne
- 94 jeu - Télécharger - Puzzle & Réflexion
- Telecharger javascript - Télécharger - Langages
- Jeu zuma - Télécharger - Jeux vidéo
- Jeu 94 degrés - Télécharger - Divers Jeux
1 réponse
Utilisateur anonyme
Modifié par Whismeril le 21/05/2015 à 22:05
Modifié par Whismeril le 21/05/2015 à 22:05
SUITE CSS:
#page { background-color:fcd315; border:1px solid black; text-align:left; width:60%; padding:30px; height:450px; } h1 { font-size:30px; font-family:Arial, sans serif; } img.pendu { float:right; } h2 { font-size:16px; font-family:Arial, sans-serif; } #mot { margin:30px 0 0 0; clear:both; top:100px; } #mot td { padding:10px; background-color:#1ee193; border:2px inset black; width:30px; height:30px; font-weight:bold; font-size:1.5em; text-align:center; } #mot p{ visibility:hidden; } #clavier{ border:4px outset black; padding:10px; background-color:#2b80d5; } #clavier td { background-color:white; border:1px solid black; width:25px; height:25px; text-align:center; font-weight:bold; cursor:pointer; } a.lien{ color:blue; text-decoration:none; font-size:20px; } a.lien:hover{ color:red; font-weight:bold; text-decoration:underline; }