This commit is contained in:
Brunetto Marie 2022-11-30 11:23:36 +01:00
commit a49e0a71fb
2 changed files with 7 additions and 10 deletions

View file

@ -60,22 +60,16 @@
</div> <!-- Fin Grille de mots -->
</section>
<footer>
<div class="clavier">
<div class="line1">
<button type="button" onclick="update(Q)">Q</button>
<!--la fonction update sera la fonction qui écrit la lettre dans la grille quand on clique dessus-->
<button type="button" onclick="update(Q)">Q</button>
<button type="button" onclick="update(W)">W</button>
<button type="button" onclick="update(E)">E</button>
<button type="button" onclick="update(R)">R</button>

View file

@ -1,4 +1,7 @@
* {
margin: 0;
padding: 0;
}
header{
background-color: white;
text-align: center;