Logo v4.1
图片描述内容

没结果

  • 获取支持
  • 预览演示
Logo v4.1
  • 文档
  • 代码片段
  • 开发文档
  • 介绍
  • Getting started
  • Getting Started
  • Gulp
  • Customization
  • Credits
  • Changelog
  • 设计 & Graphics
  • Bootstrap Icons
  • Duotone Icons
  • Illustrations
  • 组件s
  • Accordion
  • Alerts
  • Avatars
  • Badge
  • 面包屑
  • Buttons
  • Cards
  • Collapse
  • Column Divider
  • Devices
  • Divider
  • Dropdowns
  • Icons
  • List Group
  • Lists
  • Legend Indicator
  • Modal
  • Offcanvas
  • Page Header
  • Pagination
  • Popovers
  • Progress
  • Profile
  • Shapes
  • Spinners
  • Steps
  • Tab
  • Tables
  • Text Highlight
  • Toasts
  • Tooltips
  • Typography
  • Navbars
  • Navbar
  • Navs
  • Mega Menu
  • Scrollspy
  • Basic forms
  • Basic Forms
  • Checks & Switches
  • Input Group
  • 高级 Forms
  • 高级 Select
  • File Attachments
  • Drag’ n’ Drop File Uploads
  • WYSIWYG Editor
  • Quantity Counter
  • Input Mask
  • Step Forms (Wizards)
  • Range Slider (noUiSlider)
  • Add Field
  • Toggle Password
  • Count Characters
  • Toggle Switch
  • Toggle State
  • Switch
  • Media
  • Fullscreen Lightbox
  • Video Background
  • Video Player
  • Swiper
  • Others
  • Maps (Leaflet)
  • Chart.js
  • Circles.js (Pie Chart)
  • Sticky Block
  • Countdown
  • Sorting (Shuffle.js)
  • Go To
  • Show Animation
  • Typed.js
  • Utilities
  • Backgrounds
  • Borders
  • Colors
  • Links
  • Position
  • Rotations
  • Shadows
  • Sizing
  • Spacing
  • Z-index

Text highlight

Gradient highlight/underline.

Examples

The size of the gradient highlighter scales more naturally with the size of the text.

  • 预览
  • HTML

把你的想法变成一个 startup

把你的想法变成一个 startup

把你的想法变成一个 future

把你的想法变成一个 future

              
                <h2 class="display-4">把你的想法变成一个 <span class="text-primary text-highlight-warning">startup</span></h2>
                <h2>把你的想法变成一个 <span class="text-primary text-highlight-warning">startup</span></h2>
                <p>把你的想法变成一个 <span class="text-primary text-highlight-warning">future</span></p>
                <p><small>把你的想法变成一个 <span class="text-primary text-highlight-warning">future</span></small></p>
              
            

颜色 variation

  • 预览
  • HTML

Turn your text into a primary

Turn your text into a secondary

Turn your text into a success

Turn your text into a danger

Turn your text into a warning

Turn your text into a info

Turn your text into a indigo

Turn your text into a dark

Turn your text into a light

              
                <p>Turn your text into a <span class="text-primary text-highlight-primary">primary</span></p>
                <p>Turn your text into a <span class="text-secondary text-highlight-secondary">secondary</span></p>
                <p>Turn your text into a <span class="text-success text-highlight-success">success</span></p>
                <p>Turn your text into a <span class="text-danger text-highlight-danger">danger</span></p>
                <p>Turn your text into a <span class="text-warning text-highlight-warning">warning</span></p>
                <p>Turn your text into a <span class="text-info text-highlight-info">info</span></p>
                <p>Turn your text into a <span class="text-info text-highlight-indigo">indigo</span></p>
                <p>Turn your text into a <span class="text-dark text-highlight-dark">dark</span></p>
                <p>Turn your text into a <span class="text-light text-highlight-light">light</span></p>