Last active
December 12, 2015 05:38
-
-
Save rustyeddy/4723236 to your computer and use it in GitHub Desktop.
HTML Contact block with classes
This file contains 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='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