Jakob2608 > 18.06.2018, 17:49
<style>
.Instaaagran {
width: 50px;
height: 50px;
background-size: 50px;
background: url(media/nice/colored/Instagram.png) no-repeat;
transition: 2.0s;
}
.Instaaagran:hover {
background: url(media/nice/Instagram.png)
no-repeat;
background-size: 50px; }
.TWIIII {
width: 50px;
height: 50px;
background-size: 50px;
background: url(media/nice/colored/Twitter.png) no-repeat;
transition: 2.0s;
width: 50px;
height: 50px;
background-size: 50px; }
.TWIIII:hover {
background: url(media/nice/Twitter.png)
no-repeat;
background-size: 50px; }
.YYYTT {
width: 50px;
height: 50px;
background-size: 50px;
background: url(media/nice/colored/YouTube.png) no-repeat;
transition: 2.0s; }
.YYYTT:hover {
background: url(media/nice/YouTube.png)
no-repeat;
background-size: 50px; }
.flex-container {
display: flex;
justify-content: center;
background-color: none;
height: 10px;
}
.flex-container > div {
width: 128px;
margin: 10px;
text-align: center;
line-height: 100px;
font-size: 30px;
background-size: 50px;
}
</style>
<div class="obergeordneterflex">
<div class="flex-container">
<div class="Instaaagran"></div>
<div class="TWIIII" href="http://twitter.com/playgalaxy_net"></div>
<div class="YYYTT" href="http://youtube.com"></div>
</div>
</div>
basti1012 > 18.06.2018, 20:09
basti1012 > 18.06.2018, 20:11
waermeflasche > 19.06.2018, 01:05
<a href="https://www.google.com">
<img src="deinBild.png">
</a>