Skip to content

Instantly share code, notes, and snippets.

@niharrs
Last active May 26, 2020 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niharrs/11214ec335a500830361d1150d490979 to your computer and use it in GitHub Desktop.
Save niharrs/11214ec335a500830361d1150d490979 to your computer and use it in GitHub Desktop.
<div class="flex flex-wrap mb-4">
<div class="w-full sm:w-1/2 md:w-1/2 lg:w-1/2 xl:w-1/2 mb-4">
<div class="max-w-sm rounded overflow-hidden shadow-lg m-4 h-full">
<img class="w-full" src="${kitty}" alt="Miss Kitty"> // Use Kitty icon here
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2">Miss Kitty </div>
<p class="text-gray-700 text-base h-20">
Choose me as your next board member. Purr.
</p>
</div>
</div>
</div>
<div class="w-full sm:w-1/2 md:w-1/2 lg:w-1/2 xl:w-1/2 mb-4">
<div class="max-w-sm rounded overflow-hidden shadow-lg m-4 h-full">
<img class="w-full" src="${doggo}" alt="Mr Doggo"> // Use Doggo icon here
<div class="px-6 py-4">
<div class="font-bold text-xl mb-2">Mr Doggo </div>
<p class="text-gray-700 text-base h-20">
If you choose me, we'll be ruff!
</p>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment