Tailwind CSS Tips
4.1K subscribers
101 photos
1 video
135 links
â„šī¸ Learn the most popular utility-first framework.

đŸ”Ĩ #tips, â­ī¸ #tricks, 🆕 #news

Maintainer: @ilyosjon_k
Download Telegram
đŸ”Ĩ #tip

You can try TailwindCSS without installing by including CDN link:

<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
#tip

"đŸ”Ĩ Did you know Tailwind has an undocumented 'sr-only' utility class that hides content, but not on screenreaders?" by @teamcodecourse
đŸ”Ĩ #tip #gradient

Did you know that TailwindCSS has gradient utilities? You can make awesome gradient backgrounds and even gradient text using them.

🔗 Code:
https://codepen.io/ilyosjon/pen/RwaOOgL

📖 Documentation:
https://tailwindcss.com/docs/background-image#linear-gradients

https://tailwindcss.com/docs/background-clip#cropping-to-text
đŸ”Ĩ #tip

TailwindCSS docs now include integration guides for popular web frameworks

https://tailwindcss.com/docs/installation
This media is not supported in your browser
VIEW IN TELEGRAM
đŸ”Ĩ #tip

You can create a floating input form with Tailwind CSS
using ":placeholder-shown" pseudo class.

By Surjith S M

🔗 Demo: https://play.tailwindcss.com/e9VYsoQ6ND

🔗 Alternate version: https://play.tailwindcss.com/gVoSIxxDbP

â­ī¸ Source: https://bit.ly/402GyG7



✨ Tailwind CSS Tips
This media is not supported in your browser
VIEW IN TELEGRAM
đŸ”Ĩ #tip

You can use peer/{name} to create a beautiful "Pill Menu Animation" like this.

❌ No javascript
❌ No custom styles


By Surjith S M

🔗 Demo: https://play.tailwindcss.com/Qd98eMhkxy


â­ī¸ Source: https://bit.ly/3Dn5COj



✨ Tailwind CSS Tips