🎨 CSS Test Page

✅ Test 1: Basic Tailwind

Red background
Blue background
Green background

✓ If you see colored boxes above, basic Tailwind is working!

✅ Test 2: Custom Colors

Primary Color (#0ea5e9)
Accent Color (#d946ef)
Success Color (#22c55e)

✓ If you see Sky Blue, Magenta, Green, custom colors work!

✅ Test 3: Gradient Text

Gradient Text

✓ If text above has blue-to-purple gradient, custom classes work!

✅ Test 4: Custom Fonts

DM Sans Display Font (Bold)

Inter Body Font (Regular)

JetBrains Mono Code Font

✓ Check if fonts look different from system defaults

✅ Test 5: Animations

Fade In
Fade In Up
Scale In
Float (Infinite)

✓ Boxes should animate on page load

✅ Test 6: Shadows

Card Shadow
Glow Shadow
Hover Shadow

✓ Check if boxes have different shadow effects

✅ Test 7: Responsive

Resize browser window

Text size changes at different breakpoints

✅ Test 8: Component Classes

Primary Badge Success Badge Warning Badge

✓ Custom component classes should be styled

✅ Test 9: Card Component

This entire section uses the `.card` class with hover effects.

✓ Hover over this card to see elevation change

✅ Test 10: Glass Effect

This box has glassmorphism effect with backdrop blur.

🎉 CSS Test Complete!

If all tests above look correct, your CSS is working perfectly!

🔍 Debug Information

✓ Astro Version: 5.0.5

✓ Tailwind CSS: Loaded via @astrojs/tailwind

✓ Custom Config: tailwind.config.mjs

✓ Global Styles: src/styles/global.css

✓ Font CDN: Google Fonts

If CSS not working:

1. Check browser console (F12) for errors

2. Hard refresh (Ctrl+Shift+R)

3. Clear .astro cache: rm -rf .astro

4. Restart dev server