Styles

Text

Customize your layout using directly text tags.

Title 1

Title 2

Title 3

Title 4

Title 5
Title 6

Main text

Label text

<h1>Title 1</h1>
<h2>Title 2</h2>
<h3>Title 3</h3>
<h4>Title 4</h4>
<h5>Title 5</h5>
<h6>Title 6</h6>
<p>Main text</p>
<p class="label">Label text</p>

Another classes

These classes help a lot in everyday life.

.left float:left;
.right float:right;
.left-align text-align:left;
.right-align text-align:right;
.box-shadow box-shadow:0 2px 5px #000;
.text-shadow text-shadow:0 2px 5px #000;
.clickable cursor:pointer;
.outline outline:1px solid #e3e3e3;
.transparent background:transparent;