Source

छवि बदलना

छवि प्रतिस्थापन वर्ग कन्नै पृष्ठभूमि छवियें आस्तै पाठ स्वैप करो।

.text-hideइक तत्व दी पाठ सामग्री गी पृष्ठभूमि छवि कन्नै बदलने च मदद करने आस्तै वर्ग जां मिक्सिन दा उपयोग करो .

<h1 class="text-hide">Custom heading</h1>
// Usage as a mixin
.heading {
  @include text-hide;
}

.text-hideहेडिंग टैग दी एक्सेसबिलिटी ते एसईओ फायदें गी बनाए रखने लेई क्लास दा इस्तेमाल करो , पर background-imageपाठ दी जगह इक दा उपयोग करना चांह् दे ओ।

बूटस्ट्रैप दा

<h1 class="text-hide" style="background-image: url('/docs/4.0/assets/brand/bootstrap-solid.svg'); width: 50px; height: 50px;">Bootstrap</h1>