css

Data utworzenia: 2025-02-17 10:21:42
.backdrop { background: url(./peacock-6185159_1280.jpg); background-size: contain; margin: auto; margin-top: 40px; width: 75vw; } .text { font: bolder 12vw 'Alfa Slab-One'; text-align: center; margin: 0; border: 4px solid; } .multiply { color: white; mix-blend-mode: multiply; background-color: black; } .screen { color: black; mix-blend-mode: screen; background-color: white; } .darken{ color: white; mix-blend-mode: darken; background-color: black; } .lighten { color: black; mix-blend-mode: lighten; background-color: white; }
Powrót