JEU DU PENDU JAVASCRIPT
Fermé
merybell
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 à 21:57
merybell Messages postés 7 Date d'inscription samedi 7 mars 2015 Statut Membre Dernière intervention 21 mai 2015 - 21 mai 2015 à 21:39
merybell Messages postés 7 Date d'inscription samedi 7 mars 2015 Statut Membre Dernière intervention 21 mai 2015 - 21 mai 2015 à 21:39
A voir également:
- JEU DU PENDU JAVASCRIPT
- Telecharger javascript - Télécharger - Langages
- Regle du jeu uno extreme ✓ - Forum Loisirs / Divertissements
- Javascript round ✓ - Forum Javascript
- Jeu zuma - Télécharger - Jeux vidéo
- Google jeu - Guide
1 réponse
merybell
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
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;
}