Colors

Grafik

overlay text in action

backdrop-filter: blur(5px);

overlay text in action

This ist the Text over

 in overlay.css

.image-container
{ position: relative; display: inline-block; } .image-container img { display: block; width: 100%; height: auto; } .overlay-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #000000; color: #fff; padding: 10px 20px; font-size: 20px; text-align: center;

Zurück