Created
October 6, 2015 13:49
-
-
Save madetech-com/1c03cfca4d1d6b5ec93f to your computer and use it in GitHub Desktop.
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
<template name="gallery"> | |
<style> | |
section { | |
padding: 10px; | |
background: #333; | |
} | |
.images img { | |
display: none; | |
} | |
</style> | |
<section> | |
<header></header> | |
<div class="images"></div> | |
</section> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment