“Rückenwind -BG -Bild” Code-Antworten

Rückenwind -CSS -Hintergrundbild

<!--
Arbitrary values
If you need to use a one-off background-image value that doesn’t make sense to include in your theme, use square brackets to generate a property on the fly using any arbitrary value.
-->

<div class="bg-[url('/img/hero-pattern.svg')]">
  <!-- Your Code -->
</div>
Condemned Cat

Rückenwind -BG -Bild

  // tailwind.config.js
  module.exports = {
    theme: {
      extend: {
        backgroundImage: theme => ({
+         'hero-pattern': "url('/img/hero-pattern.svg')",
+         'footer-texture': "url('/img/footer-texture.png')",
        })
      }
    }
  }
Smoggy Sandpiper

Hintergrund-Image-Rückenwind

<div className="bg-[url('../public/assets/images/banner.svg')]">
Roberto Espinoza

Ähnliche Antworten wie “Rückenwind -BG -Bild”

Fragen ähnlich wie “Rückenwind -BG -Bild”

Weitere verwandte Antworten zu “Rückenwind -BG -Bild” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen