Copy HTML
<div class="background-image"></div>Explore background-image with an editable URL field and controls for position, size, repeat, and attachment to preview the result instantly and copy production-ready CSS.
<div class="background-image"></div><div class="min-block-80 bg-[url(https://baselinelab.dev/baseline-wordmark.png)] bg-center bg-contain bg-no-repeat bg-scroll" ></div>.background-image {
min-block-size: 20rem;
background: url("https://baselinelab.dev/baseline-wordmark.png" ) center / contain no-repeat scroll;
}