Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dashkevych/9e0d4e72a5402395271cc40aadff32e6 to your computer and use it in GitHub Desktop.
Save dashkevych/9e0d4e72a5402395271cc40aadff32e6 to your computer and use it in GitHub Desktop.
Two columns
<div class="row">
<div class="col-lg-6">First Column</div>
<div class="col-lg-6">Second Column</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment