Skip to content

Instantly share code, notes, and snippets.

@jasonhobbsllc
Created September 9, 2015 13:45
Show Gist options
  • Save jasonhobbsllc/3e2a039b1c1a366a7575 to your computer and use it in GitHub Desktop.
Save jasonhobbsllc/3e2a039b1c1a366a7575 to your computer and use it in GitHub Desktop.
Display two buttons in two equal width columns using Rainmaker Platform. The buttons are automatically styled by your chosen Rainmaker Design Template.
<div class="clearfix">
<div class="one-half first">
<a href="#" class="button">Button Text Here</a>
</div>
<div class="one-half">
<a href="#" class="button">Button Text Here</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment