Skip to content

Instantly share code, notes, and snippets.

@fayazara
Created April 24, 2020 05:30
Show Gist options
  • Select an option

  • Save fayazara/d8f96b258de79a33a5755bcb8bc289e0 to your computer and use it in GitHub Desktop.

Select an option

Save fayazara/d8f96b258de79a33a5755bcb8bc289e0 to your computer and use it in GitHub Desktop.
For my article about tailwind and vue
<template>
<div class="shadow-lg py-6 px-4 flex items-center">
<div>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
class="w-8 h-8"
>
<path d="M4 6h16M4 12h16M4 18h7"></path>
</svg>
</div>
<div class="text-center flex-1">
<p class="font-bold">BMI CALCULATOR</p>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment