<p>
	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.
</p>
<div class="yjsg-row">
	<div class="yjsg-col-1">
		<h3 class="yjsg-sub-heading">options:</h3>
		<table class="yjsg-table-bordered">
			<thead>
				<tr>
					<th>Class</th>
					<th>Description</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td><code>class="yjt_label"</code></td>
					<td>Creates <span class="yjt_label yjtb_red">label</span> can be combined with <code>yjtb_color</code> and <code>radiusb( NTH )</code> class names. Radius class name go from <code>radiusb2</code> up to <code>radiusb10</code>.</td>
				</tr>
			</tbody>
		</table>
		<h3 class="yjsg-sub-heading">examples:</h3>
		<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>
		<h3 class="yjsg-sub-heading">markup:</h3>
		[yjsgpre pretty="1" scroll="0"] <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>[/yjsgpre] </div>
</div>