Estilos

Texto

Personalize seu layout usando tags de texto diretamente.

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>

Outras classes

Essas classes ajudam muito no dia a dia.

.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;