Merge branch 'master' of https://git.etud.insa-toulouse.fr/blavigna/projet_prog_web
This commit is contained in:
commit
a49e0a71fb
2 changed files with 7 additions and 10 deletions
12
index.html
12
index.html
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
header{
|
||||
background-color: white;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue