Skip to content

Instantly share code, notes, and snippets.

@joergi
Created May 15, 2020 09:38
Show Gist options
  • Save joergi/364f88d69245e8e4a742a8abbd9ee4e3 to your computer and use it in GitHub Desktop.
Save joergi/364f88d69245e8e4a742a8abbd9ee4e3 to your computer and use it in GitHub Desktop.
email foundation test script.
<style>
.show-for-large {
border: 1px solid green;
}
.hide-for-large {
border: 1px solid red;
}
</style>
<container class="show-for-large">
<row>
<columns >
<img src="http://c64os.com/resources/c64c-system.jpg">
</columns>
</row>
</container>
<container class="hide-for-large">
<row>
<columns>
<img src="https://www.ecom-ex.com/fileadmin/user_upload/images/products/one-pager/gallery/ex-handy_10_dz1dz2/ex-handy_10_dz1_teaser_1.png">
</columns>
</row>
</container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment