Created
May 15, 2020 09:38
-
-
Save joergi/364f88d69245e8e4a742a8abbd9ee4e3 to your computer and use it in GitHub Desktop.
email foundation test script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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