Skip to content

Instantly share code, notes, and snippets.

@Kalaborative
Created October 1, 2016 06:26
Show Gist options
  • Save Kalaborative/d8f6c1d8a155c584d84f4132de407aa0 to your computer and use it in GitHub Desktop.
Save Kalaborative/d8f6c1d8a155c584d84f4132de407aa0 to your computer and use it in GitHub Desktop.
<div class="column first">
<div class="detail">
<strong>Phone: </strong>
<span class="value"> 012-345-6789</span>
</div>
<div class="detail">
<span class="value">1 Street Address, Big Road, City, Country</span>
</div>
<div class="detail">
<h3 class="inline">Area:</h3>
<span class="value">Georgetown</span>
</div>
<div class="detail">
<h3 class="inline">Nearest Train:</h3>
<span class="value">Georgetown Station</span>
</div>
<div class="detail">
<h3 class="inline">Website:</h3>
<span class="value"><a href='http://www.website.com' target='_blank'>www.website.com</a></span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment