Columns
Magazine Two Columns
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>
_typography.scss
, line 364
Context
Heading with border
Why WebSlides?
Markup
<p class="text-context">Why WebSlides?</p>
_typography.scss
, line 397
Data
Numbers (results, sales... )-
23,478,289
Markup
<p class="text-data">23,478,289</p>
_typography.scss
, line 326
Emoji
You'll love this
😀😁😂😅😉😋😎😍
Markup
<p class="text-emoji">😀😁😂😅😉😋😎😍</p>
_typography.scss
, line 305
Info Messages
Error, warning, success...
Psychiatrists have long debated whether it really exists.
Markup
<p class="text-info">Psychiatrists have long debated whether it really exists.</p>
_typography.scss
, line 579
Intro
Typography Classes = .text-
Create a simple web presence.
Markup
<p class="text-intro">Create a simple web presence.</p>
_typography.scss
, line 206
Website: http://webslides.tv
Markup
<p><span class="text-label">Website:</span> <a href="#">http://webslides.tv</a></p>
_typography.scss
, line 348
Landings
h1,h2... Promo/Landings
Landings
Markup
<h1 class="text-landing">Landings</h1>
_typography.scss
, line 236
Create a simple web presence.
Markup
<p class="text-lowercase">Create a simple web presence.</p>
_typography.scss
, line 295
Pulls
Pull Quote Right/Left
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>
_typography.scss
, line 476
Separator
Stars *
Separator
Markup
<p class="text-separator">Separator</p>
_typography.scss
, line 445
Serif
Maitree font
Create a simple web presence.
Markup
<p class="text-serif">Create a simple web presence.</p>
_typography.scss
, line 223
Shadows
Drops a shadow under the layer. The layer containing the shadow has to have a solid background
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>
_base.scss
, line 73
Subtitule
Subtitle (Before h1, h2)
Powered by #WebSlides .text-subtitle
Markup
<p class="text-subtitle">Powered by <a href="#">#WebSlides</a> <code>.text-subtitle</code></p>
_typography.scss
, line 256
Symbols
Stars *
* * *
Markup
<p class="text-symbols">* * *</p>
_typography.scss
, line 428
Create a simple web presence.
Markup
<p class="text-uppercase">Create a simple web presence.</p>
_typography.scss
, line 285