Skip to content

Instantly share code, notes, and snippets.

@cliftoncanady
Created December 11, 2014 23:29
Show Gist options
  • Save cliftoncanady/40f0b0df22dc94fab8db to your computer and use it in GitHub Desktop.
Save cliftoncanady/40f0b0df22dc94fab8db to your computer and use it in GitHub Desktop.
HTML: Logo - Phone
<div class="contain-to-grid nav-section">
<div class="row">
<div class="large-4 columns">
<h1 class="logo"><img src="../images/exptrans-logo.png" alt="Expresstranslate Logo"></h1>
</div>
<div class="large-4 columns">
</div>
<div class="large-2 columns right ph-nubs">
<span class="right">VIC (+61 3) 9013 5556</span><br/>
<span class="right">VIC (+61 3) 9013 5556</span>
</div>
<div class="large-2 columns right ph-nubs">
<div class="phone">
<span class="right">VIC (+61 3) 9013 5556</span><br/>
<span class="right">VIC (+61 3) 9013 5556</span>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment