Skip to content

Instantly share code, notes, and snippets.

@fredriccliver
Created November 18, 2020 10:55
Show Gist options
  • Save fredriccliver/47475ee3ef9d9e7f59f31314e515d643 to your computer and use it in GitHub Desktop.
Save fredriccliver/47475ee3ef9d9e7f59f31314e515d643 to your computer and use it in GitHub Desktop.
<ul id="ul-collections">
<li>
<template id="collection-row-template">
<div class="border border-gray-500 w-64 rounded-3xl cursor-pointer">
<div class="p-4 text-xl font-bold font-serif">The basic english phrase: Greeting; by author Fred.</div>
<div class="p-4">
<span class="font-bold">6</span>
<span class="text-xs">phrases for </span>
<span class="text-sm italic">Beginner</span>
</div>
</div>
</template>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment