New

Example New

Example New

``` The following classes can"> New

Example New

Example New

``` The following classes can" />
Easy Tutorial
❮ Foundation Typography Home ❯

Foundation Label

The .label class is used to provide additional information:

Example

<h2>Example <span class="label">New</span></h2>
<h3>Example <span class="label">New</span></h3>
<h4>Example <span class="label">New</span></h4>

The following classes can set the label color: .secondary, .success, .info, .warning, or .alert:

Example

<span class="label">Default Label</span>
<span class="label secondary">Secondary Label</span>
<span class="label success">Success Label</span>
<span class="label info">Info Label</span>
<span class="label warning">Success Label</span>
<span class="label alert">Alert Label</span>

Rounded Labels

The .radius and .round classes can add rounded corners to labels:

Example

<span class="label">Default Label</span>
<span class="label radius">Radius Label</span>
<span class="label round">Round Label</span>
<span class="label success round">5</span>

Label Size

You can modify the size of the label using CSS:

Example

<h1>Example <span class="label" style="font-size:36px;">New</span></h1>
<h2>Example <span class="label" style="font-size:30px;">New</span></h2>
<h3>Example <span class="label" style="font-size:20px;">New</span></h3>
<h4>Example <span class="label">New</span></h4>
❮ Foundation Typography Home ❯