Generator tła CSS
Podgląd
Demo tła – zmieniaj parametry po prawej
Domyślny przykład: https://img.icons8.com/?size=100&id=qdQpy48X3Rjv&format=png&color=000000
Preset
Presety:
Skopiowano
CSS
.bg-demo { background-color: transparent; background-image: url('https://img.icons8.com/?size=100&id=qdQpy48X3Rjv&format=png&color=000000'); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: scroll; }
HTML
<div class="bg-demo"> <!-- treść tutaj --> </div>