Created
November 18, 2020 10:55
-
-
Save fredriccliver/47475ee3ef9d9e7f59f31314e515d643 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
<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