Bilder klickbar und hover fixed

master_stand_10_05_23
Sebastian Greil 2023-05-17 20:58:42 +02:00
parent 726bb23907
commit 9fa8ae1976
1 changed files with 8 additions and 4 deletions

View File

@ -36,7 +36,8 @@
<p id="meinebüchertitel">Meine Bücher</p> <p id="meinebüchertitel">Meine Bücher</p>
<!--first item--> <!--first item-->
<div id="firstItem" class="items" > <div id="firstItem" class="items" >
<img src="pictures/percy_jackson_diebe_im_olymp.jpg" width="125" height="200"/> <a href="percy.html"><img src="pictures/percy_jackson_diebe_im_olymp.jpg" width="125" height="200"/></a>
<h3 class="headerinItem"> <h3 class="headerinItem">
<a href="percy.html">Percy Jackson: Diebe im Olymp</a> <a href="percy.html">Percy Jackson: Diebe im Olymp</a>
</h3> </h3>
@ -50,7 +51,8 @@
</div> </div>
<!--Second Item--> <!--Second Item-->
<div id="secondItem" class="items"> <div id="secondItem" class="items">
<img src="pictures/the_hundred_and_one_dalmatians.jpg" width="125" height="200"/> <a href="dalmatians.html"><img src="pictures/the_hundred_and_one_dalmatians.jpg" width="125" height="200"/></a>
<h3 class="headerinItem"> <h3 class="headerinItem">
<a href="dalmatians.html">The Hundred and One Dalmatians</a> <a href="dalmatians.html">The Hundred and One Dalmatians</a>
</h3> </h3>
@ -65,7 +67,8 @@
<!--Third Item--> <!--Third Item-->
<div id="thirdItem" class="items"> <div id="thirdItem" class="items">
<img src="pictures/penguin_highway.jpg" width="125" height="200"/> <a href="penguin.html"><img src="pictures/penguin_highway.jpg" width="125" height="200"/></a>
<h3 class="headerinItem"> <h3 class="headerinItem">
<a href="penguin.html">Penguin Highway</a> <a href="penguin.html">Penguin Highway</a>
</h3> </h3>
@ -78,7 +81,8 @@
<!--fourth Item--> <!--fourth Item-->
<div id="fourthItem" class="items" > <div id="fourthItem" class="items" >
<img src="pictures/es.jpg" width="125" height="200"/> <a href="es.html"><img src="pictures/es.jpg" width="125" height="200"/></a>
<h3 class="headerinItem"> <h3 class="headerinItem">
<a href="es.html">Es</a> <a href="es.html">Es</a>
</h3> </h3>