Files
WeihnachtsKalenderMelly/tab/galerie.php
2021-11-21 11:18:28 +01:00

32 lines
544 B
PHP

<div class="titel">
<img src="inc/bg/1609858275128.png"></img>
<h3>Galerie</h3>
</div>
<br>
<style>
.sGalerie{
display: inline-block;
}
.sGalerie div{
background-color: #fff;
padding: 1rem;
border-top: 2px solid gray;
}
.sGalerie button{
padding: 0.5rem 0 0 0
}
.sGalerie img {
max-width: 6rem;
padding: 0;
}
</style>
<div class="sGalerie">
<button onclick="window.location.href='?tab=home';"><img src="inc/bg/spotify.png"></img><div>Weihnachten.. </div></button>
</div>