Bilder klickbar und hover fixed
parent
7c189b547c
commit
726bb23907
|
@ -35,7 +35,8 @@
|
||||||
<p id="büchertitel">Bücher</p>
|
<p id="büchertitel">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>
|
||||||
|
@ -68,7 +69,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>
|
||||||
|
|
||||||
|
@ -86,7 +88,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>
|
||||||
|
|
|
@ -797,6 +797,9 @@ left: 0px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: initial;
|
color: initial;
|
||||||
}
|
}
|
||||||
|
.headerinItem a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
.containerofbuecher{
|
.containerofbuecher{
|
||||||
-ms-overflow-style: none; /* IE and Edge */
|
-ms-overflow-style: none; /* IE and Edge */
|
||||||
scrollbar-width: none; /* Firefox */
|
scrollbar-width: none; /* Firefox */
|
||||||
|
|
Loading…
Reference in New Issue