Tailwind CSS Classes

Tailwind CSS class .bg-contain

<div class="bg-contain h-48 w-64" style="background-image: url('https://tailwind.build/placeholders/pictures/office.jpg')"></div>

Preview

CSS source

.bg-contain {
  background-size: contain;
}

Check .bg-contain in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Background category

© 2024 Shuffle. All rights reserved.