Uko ndani ya app. Fungua kwenye browser kwa muonekano na downloads bora.
FAUSTINE MWOYA November 17, 2025 1 min read

Jinsi ya Kutengeneza Interactive Pricing Cards Animation

Interactive pricing cards zinaongeza UX kwenye websites za services au products. Animations zinaweza kufanya hover effects, scale, na highlight active plan.

✅ HTML Example

Basic

$9/month

  • Feature 1
  • Feature 2
  • Feature 3

Enterprise

$99/month

  • All Features

✅ CSS (Interactive + Animation)
.pricing-container {
display: flex;
gap: 20px;
justify-content: center;
padding: 40px;
flex-wrap: wrap;
}

.pricing-card {
background: #fff;
padding: 30px;
border-radius: 15px;
width: 250px;
text-align: center;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
}

.pricing-card:hover {
transform: translateY(-10px) scale(1.05);
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.pricing-card.featured {
background: #0d6efd;
color: #fff;
transform: scale(1.05);
}

.pricing-card button {
margin-top: 15px;
padding: 10px 20px;
border: none;
background: #2196f3;
color: #fff;
border-radius: 8px;
cursor: pointer;
transition: background 0.3s;
}

.pricing-card button:hover {
background: #0a58ca;
}

✅ Jinsi Inavyofanya Kazi

transform + transition → hover animation

.featured → highlights main plan automatically

flex-wrap → ensures responsiveness kwa mobile screens

🔗 Links Za Kujifunza Zaidi

🌐 Faulink Official Website:
https://www.faulink.com/

📘 Jifunze Web Design & Programming (Tutorials / Mifumo):
https://www.faulink.com/excel_mifumo.php

📲 WhatsApp Msaada:
https://wa.me/255693118509

🚀 Unahitaji mfumo au website ya biashara?

Chagua huduma hapa chini kisha mteja bofya moja kwa moja kwenda kwenye ukurasa wa huduma au kuwasiliana nasi kwa WhatsApp.

Share this post

Comments

0
No comments yet. Be the first to comment.

Continue Reading

Subscribe

Get new updates

Jiunge upokee posts mpya, tutorials, na updates za mifumo moja kwa moja kwenye email yako.

Quick Actions