JEU DU PENDU JAVASCRIPT
Fermé
merybell
merybell
- Messages postés
- 7
- Date d'inscription
- samedi 7 mars 2015
- Statut
- Membre
- Dernière intervention
- 21 mai 2015
merybell
- Messages postés
- 7
- Date d'inscription
- samedi 7 mars 2015
- Statut
- Membre
- Dernière intervention
- 21 mai 2015
A voir également:
- JEU DU PENDU JAVASCRIPT
- Jeu du pendu en c - Forum - C
- Télécharger jeu du pendu gratuit - Télécharger
- [C] Un petit jeu du pendu ✓ - Forum - C
- Réalisation d'un jeu: le pendu - Forum - C
- Le jeu du pendu - Télécharger
1 réponse
merybell
Modifié par Whismeril le 21/05/2015 à 22:05
- Messages postés
- 7
- Date d'inscription
- samedi 7 mars 2015
- Statut
- Membre
- Dernière intervention
- 21 mai 2015
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; }