Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created February 20, 2023 17:24
Show Gist options
  • Save goddoe/f95c684b1d9c81e40704764c623fc635 to your computer and use it in GitHub Desktop.
Save goddoe/f95c684b1d9c81e40704764c623fc635 to your computer and use it in GitHub Desktop.
text_gradient.html
<!-- Ref: https://daily-dev-tips.com/posts/making-gradient-text-with-tailwind-css/ -->
<div class="grid place-items-center h-screen">
<h1 class="text-8xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-purple-400 to-pink-600">
Tailwind CSS
</h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment