Skip to content

Instantly share code, notes, and snippets.

@chrisvasey
Created January 16, 2018 15:49
Show Gist options
  • Save chrisvasey/fa2a34421aa4bf17a629e4ce3e937e40 to your computer and use it in GitHub Desktop.
Save chrisvasey/fa2a34421aa4bf17a629e4ce3e937e40 to your computer and use it in GitHub Desktop.
Example of the thing we are talking about
<div class="container">
<!-- Your image here -->
<div class="col-md-12">
<img src="path/to/img" alt="Picture of Liam" class="img-responsive">
</div>
<!-- The three columns here -->
<div class="col-md-4 col-xs-12">
<span>Age: </span> 99
</div>
<div class="col-md-4 col-xs-12">
<span>Location: </span> Leeds
</div>
<div class="col-md-4 col-xs-12">
<span>Job Title: </span> Director
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment