Skip to content

Instantly share code, notes, and snippets.

@pochitax
Created July 6, 2012 14:38
Show Gist options
  • Save pochitax/3060549 to your computer and use it in GitHub Desktop.
Save pochitax/3060549 to your computer and use it in GitHub Desktop.
Menu Básico
<nav class="menu">
<div class="center">
<ul>
<li>
<a title="Dashboard" href="#">Dashboard</a>
</li>
<li>
<a title="Reservas" href="#">Reservas</a>
</li>
<li>
<a title="Clientes" href="#">Clientes</a>
</li>
<li>
<a title="Administración" href="#">Administración</a>
</li>
<li>
<a title="Cuenta" href="#">Cuenta</a>
</li>
<li>
<a title="Nueva Reserva" href="#">Nueva Reserva</a>
</li>
</ul>
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment