Columns

Magazine Two Columns

Demos
Example

Column 1 text

Column 2 text

Markup
<div class="text-cols"><p><strong>Column 1</strong> text</p><p><strong>Column 2</strong> text</p></div>
Source: _typography.scss, line 364

Context

Heading with border

Demos
Example

Why WebSlides?

Markup
<p class="text-context">Why WebSlides?</p>
Source: _typography.scss, line 397

Data

Numbers (results, sales... )-

Demos
Example

23,478,289

Markup
<p class="text-data">23,478,289</p>
Source: _typography.scss, line 326

Emoji

You'll love this

Demos
Example

😀😁😂😅😉😋😎😍

Markup
<p class="text-emoji">😀😁😂😅😉😋😎😍</p>
Source: _typography.scss, line 305

Info Messages

Error, warning, success...

Example

Psychiatrists have long debated whether it really exists.

Markup
<p class="text-info">Psychiatrists have long debated whether it really exists.</p>
Source: _typography.scss, line 579

Intro

Typography Classes = .text-

Demos
Example

Create a simple web presence.

Markup
<p class="text-intro">Create a simple web presence.</p>
Source: _typography.scss, line 206
Demos
Example
Markup
<p><span class="text-label">Website:</span> <a href="#">http://webslides.tv</a></p>
Source: _typography.scss, line 348

Landings

h1,h2... Promo/Landings

Demos
Example

Landings

Markup
<h1 class="text-landing">Landings</h1>
Source: _typography.scss, line 236
Example

Create a simple web presence.

Markup
<p class="text-lowercase">Create a simple web presence.</p>
Source: _typography.scss, line 295

Pulls

Pull Quote Right/Left

Demos
Example

Imagine that you are in Florence. If you suddenly start to feel that you literally cannot breathe, you may be experiencing Stendhal Syndrome.

Psychiatrists have long debated whether it really exists.

Imagine that you are in Florence. If you suddenly start to feel that you literally cannot breathe, you may be experiencing Stendhal Syndrome.

Psychiatrists have long debated whether it really exists.

Markup
<p>Imagine that you are in Florence. If you suddenly start to feel that you literally cannot breathe, you may be experiencing Stendhal Syndrome.</p>
<p class="text-pull-right">Psychiatrists have long debated whether it really exists.</p>
<p>Imagine that you are in Florence. If you suddenly start to feel that you literally cannot breathe, you may be experiencing Stendhal Syndrome.</p>
<p class="text-pull-left">Psychiatrists have long debated whether it really exists.</p>
Source: _typography.scss, line 476

Separator

Stars *

Example

Separator

Markup
<p class="text-separator">Separator</p>
Source: _typography.scss, line 445

Serif

Maitree font

Example

Create a simple web presence.

Markup
<p class="text-serif">Create a simple web presence.</p>
Source: _typography.scss, line 223

Shadows

Drops a shadow under the layer. The layer containing the shadow has to have a solid background

Demos
Example
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed finibus dignissim libero ac egestas. Vivamus pretium, mauris non commodo dapibus, purus elit gravida justo, at hendrerit arcu turpis in libero. Curabitur lacinia diam est, id eleifend turpis ornare quis. Sed a metus id ligula bibendum scelerisque vel at velit. Duis congue mattis nibh at pharetra. Cras hendrerit, enim ac tristique finibus, mauris dui placerat nulla, a porttitor sapien metus eu arcu. Ut pharetra justo et felis gravida vulputate. Nulla facilisi.
Markup
<div class="bg-white shadow">
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed finibus dignissim libero ac egestas. Vivamus pretium, mauris non commodo dapibus, purus elit gravida justo, at hendrerit arcu turpis in libero. Curabitur lacinia diam est, id eleifend turpis ornare quis. Sed a metus id ligula bibendum scelerisque vel at velit. Duis congue mattis nibh at pharetra. Cras hendrerit, enim ac tristique finibus, mauris dui placerat nulla, a porttitor sapien metus eu arcu. Ut pharetra justo et felis gravida vulputate. Nulla facilisi.
</div>
Source: _base.scss, line 73

Subtitule

Subtitle (Before h1, h2)

Demos
Example

Powered by #WebSlides .text-subtitle

Markup
<p class="text-subtitle">Powered by <a href="#">#WebSlides</a> <code>.text-subtitle</code></p>
Source: _typography.scss, line 256

Symbols

Stars *

Demos
Example

* * *

Markup
<p class="text-symbols">* * *</p>
Source: _typography.scss, line 428
Example

Create a simple web presence.

Markup
<p class="text-uppercase">Create a simple web presence.</p>
Source: _typography.scss, line 285