FAUSTINE MWOYA November 9, 2025 1 min read

Jinsi ya Kutumia CSS Transitions na Animations

💻 Mfano wa Code
<!DOCTYPE html>
<html lang="sw">
<head>
<meta charset="UTF-8">
<title>CSS Animations</title>
<style>
.box {
width: 100px;
height: 100px;
background: blue;
transition: transform 0.5s;
}
.box:hover {
transform: rotate(45deg) scale(1.2);
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>
📝 Description
Jifunze kutumia transitions na animations kuongeza mvuto na uhai kwenye tovuti yako.
🔖 Hashtags
#CSSAnimation #CSSTransition #WebDesign #FaulinkAcademy #LearnCSS #HTMLCSS

🚀 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.

Faulink Support