Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelle1531 authored Apr 28, 2024
1 parent 7efc501 commit 53b674f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -326,17 +326,20 @@ <h3> Pour autant, le foot ne peut se définir seulement avec les sciences...</h3

<h3> Cliquez sur l'image pour en savoir plus : </h3>
<section>
<img
id="lyon" src="lyon1.jpg" onmouseover="change_lyon()" onmouseleave="restaure_lyon()"/>
<a href="lyon.html">
<img
id="lyon" src="lyon1.jpg" onmouseover="change_lyon()" onmouseleave="restaure_lyon()"/> </a>
</section>
<section>
<img
id="egalite" src="egalite1.jpg" onmouseover="change_egalite()" onmouseleave="restaure_egalite()"/>
<a href="egalite.html">
<img
id="egalite" src="egalite1.jpg" onmouseover="change_egalite()" onmouseleave="restaure_egalite()"/> </a>
</section>
<section>
<span class="centre">
<img
id="socrates" src="socrates1.jpg" onmouseover="change_socrates()" onmouseleave="restaure_socrates()"/>
<a href="socrates.html">
<img
id="socrates" src="socrates1.jpg" onmouseover="change_socrates()" onmouseleave="restaure_socrates()"/> </a>
</span>
</section>

Expand Down

0 comments on commit 53b674f

Please sign in to comment.