Image replacement

Swap text for background images with the image replacement class.
ads via Carbon
Adobe Creative Cloud for Teams starting at $33.99 per month.
ads via Carbon
Warning

The text-hide() class and mixin has been deprecated as of v4.1. It will be removed entirely in v5.

Utilize the .text-hide class or mixin to help replace an element’s text content with a background image.

Custom heading

// 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

Bootstrap

发布了52 篇原创文章 · 获赞 187 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105543640