Skip to content

Instantly share code, notes, and snippets.

@pascalandy
Created August 17, 2016 02:08
Show Gist options
  • Select an option

  • Save pascalandy/da09c0ecc55235347d850ec5672c1028 to your computer and use it in GitHub Desktop.

Select an option

Save pascalandy/da09c0ecc55235347d850ec5672c1028 to your computer and use it in GitHub Desktop.
Center content in markdown
<h3 style="text-align: center;" markdown="1">Quick Menu</h3>
<p style="text-align: center;" markdown="1">
<a href="/services//"><i class="fa fa-briefcase" aria-hidden="true"></i></a> <a href="/services/">Services</a> &nbsp;&nbsp; <a href="/contact/"><i class="fa fa-envelope" aria-hidden="true"></i></a> <a href="/contact/">Contact Me</a> &nbsp;&nbsp; <a href="/"><i class="fa fa-home"" aria-hidden="true"></i></a> <a href="/">Go Home</a><br><br>
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment