Skip to content

Instantly share code, notes, and snippets.

@BruhKofi
Created March 18, 2017 01:53
Show Gist options
  • Save BruhKofi/7739a158437c6ee377e31fbd386524e5 to your computer and use it in GitHub Desktop.
Save BruhKofi/7739a158437c6ee377e31fbd386524e5 to your computer and use it in GitHub Desktop.
Table sample code
%table.blockContainer{ border: '0', cellpadding: '0', cellspacing: '0', bgcolor: '#FFFFFF', style: 'border-top: none; width: auto !important;' }
/ MAIN BANNER
%tr
%td{ valign: 'top', style: 'padding-bottom:0; width:100%; text-align:center;' }
%a{ href: t(:url) + track+ '&utm_content=banner', style: 'line-height: 0; text-decoration: none;' }
%img.img-responsive{ src: t("#{page}.banner_image"), width: 600, style: 'width: 100% !important; font-size: 76px;display: block; background: #848484;color: #fff', alt: t("#{page}.banner_alt") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment