Labels are simple class names that are used to highlight portion of your text. Yjsg comes with several labels class names that can be combined with different color class names or border radius.
options:
Class |
Description |
class="yjt_label" |
Creates label can be combined with yjtb_color and radiusb( NTH ) class names. Radius class name go from radiusb2 up to radiusb10 . |
examples:
Red label
Green label
Blue label
Yellow label
Gray label
Dark label
Clear label
Label with border radius
markup:
<span class="yjsg-hr-empty"></span>
<span class="yjt_label yjtb_red">Red label</span>
<span class="yjt_label yjtb_green">Green label</span>
<span class="yjt_label yjtb_blue">Blue label</span>
<span class="yjt_label yjtb_yellow">Yellow label</span>
<span class="yjt_label yjtb_gray">Gray label</span>
<span class="yjt_label yjtb_dark">Dark label</span>
<span class="yjt_label yjtb_clear">Clear label</span>
<span class="yjt_label yjtb_green radiusb10">Label with border radius</span>