Bilder klickbar und hover fixed

master_stand_10_05_23
Sebastian Greil 2023-05-17 20:46:06 +02:00
parent 7c189b547c
commit 726bb23907
2 changed files with 9 additions and 3 deletions

View File

@ -35,7 +35,8 @@
<p id="büchertitel">Bücher</p>
<!--First Item-->
<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">
<a href="percy.html">Percy Jackson: Diebe im Olymp</a>
</h3>
@ -68,7 +69,8 @@
<!--Third Item-->
<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">
<a href="penguin.html">Penguin Highway</a>
@ -86,7 +88,8 @@
<!--fourth Item-->
<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">
<a href="es.html">Es</a>
</h3>

View File

@ -797,6 +797,9 @@ left: 0px;
text-decoration: none;
color: initial;
}
.headerinItem a:hover {
text-decoration: underline;
}
.containerofbuecher{
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */