in English
प्रतिमा बदलप
प्रतिमा बदलपी वर्गा वांगडा पार्श्वभूंय प्रतिमांखातीर मजकूर स्वॅप करचो.
शिटकावणी
वर्ग आनी मिक्सिन text-hide()
v4.1 मेरेन नाका म्हण्टात. v5 त पुरायपणान काडून उडयतले.
.text-hide
घटकाची मजकूर आशय पार्श्वभूंय प्रतिमेन बदलपाक मदत करपाक वर्ग वा मिक्सिन वापरात .
<h1 class="text-hide">Custom heading</h1>
// Usage as a mixin
.heading {
@include text-hide;
}
Use the .text-hide
class to maintain the accessibility and SEO benefits of heading tags, but want to utilize a background-image
instead of text.
Bootstrap
<h1 class="text-hide" style="background-image: url('...');">Bootstrap</h1>