Created
December 11, 2014 23:29
-
-
Save cliftoncanady/40f0b0df22dc94fab8db to your computer and use it in GitHub Desktop.
HTML: Logo - Phone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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