Skip to content

Instantly share code, notes, and snippets.

@rustyeddy
Last active December 12, 2015 05:38
Show Gist options
  • Save rustyeddy/4723236 to your computer and use it in GitHub Desktop.
Save rustyeddy/4723236 to your computer and use it in GitHub Desktop.
HTML Contact block with classes
<div class='contact-block'>
<div class='contact-block-wrap'>
<img src='http://example/logo.jpg' />
</div>
<div class='contact-block-inner contact-address'>
<p>Somewhere Road</p>
<p>My Town, CA 900001</p>
</div>
<div class='contact-block-inner contact-block-phones'>
<p>Phone (555) 800-1111</p>
<p>Fax (555) 800-1111</p>
</div>
</div><!-- contact block -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment