Vorlage:Bildhintergrund
Aus Tom's Wiki
Zur Navigation springenZur Suche springen
<img src="" alt="">
<style> .bild-container {
position: relative;
}
.bild-container::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url("");
background-size: cover;
opacity: 0.5; /* Passen Sie die Deckkraft nach Bedarf an */
} </style>