# Buttons

Some text with a button <a href="../text-page" class="button primary">Primary button</a> and <a href="../empty-page" class="button secondary">Secondary</a>

2 buttons next to each other: <a href="../text-page" class="button primary">Button 1</a><a href="../text-page" class="button primary">Button 2</a>

### With text alignment

Centeted:

<p align="center"><a href="../text-page" class="button primary">New button</a></p>

On the right:

<p align="right"><a href="../text-page" class="button primary">New button</a></p>

### With icon

A button with an icon: <a href="../text-page" class="button primary" data-icon="hand-horns">it has a nice icon</a>
