CSS Magic: Turn any button into a ripple-effect wonder! 🎨

→ Uses ::after pseudo-element ✅
→ Smooth transition ✅
→ Scales from center outward ✅
⛶.btn {
position: relative;
padding: 10px 20px;
font-size: 1.2rem...