Bootstrap CSS Classes

Bootstrap CSS class .text-hide

<h1 class="text-hide">Custom heading</h1>

Preview

Are you tired of writing HTML by hand?

CSS source

/* _text.scss:56 */
.text-hide {
  @include text-hide($ignore-warning: true);
}

More Bootstrap CSS classes in Text category

© 2024 Shuffle. All rights reserved.