Skip to content

Instantly share code, notes, and snippets.

@pedroborges
Last active November 16, 2017 19:41
Show Gist options
  • Save pedroborges/2ad3101e6b81350dd0610956e870f955 to your computer and use it in GitHub Desktop.
Save pedroborges/2ad3101e6b81350dd0610956e870f955 to your computer and use it in GitHub Desktop.
<nav class="list-reset flex flex-col lg:flex-row items-center">
<ul class="list-reset flex flex-col lg:flex-row mx-6">
<li class="active border border-white rounded text-blue py-2 px-3 text-center align-content-center">
<a href="/" class="text-slate text-right">Home</a>
</li>
<li class="border border-white rounded text-blue py-2 px-3 text-center align-content-center">
<a href="/newsletter" class="text-slate">Newsletter</a>
</li>
<li class="border border-white rounded text-blue py-2 px-3 text-center align-content-center">
<a href="/talks" class="text-slate text-right">Talks</a>
</li>
<li class="border border-white rounded text-blue py-2 px-3 text-center align-content-center">
<a href="/advertising" class="text-slate text-right">Advertising</a>
</li>
</ul>
<div>
<input placeholder="Search blogposts" type="text">
</div>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment