FAUSTINE MWOYA November 9, 2025 1 min read

Jinsi ya Kutumia Flexbox kwa Layout Design

💻 Mfano wa Code
<!DOCTYPE html>
<html lang="sw">
<head>
<meta charset="UTF-8">
<title>Flexbox Layout</title>
<style>
.container {
display: flex;
gap: 10px;
background-color: #ddd;
}
.box {
background: teal;
color: white;
padding: 20px;
flex: 1;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<div class="box">Kisanduku 1</div>
<div class="box">Kisanduku 2</div>
<div class="box">Kisanduku 3</div>
</div>
</body>
</html>
📝 Description
Jifunze kutumia Flexbox kupanga layout za kisasa bila kutumia tables.
🔖 Hashtags
#CSSFlexbox #LayoutDesign #FaulinkAcademy #WebDesign #LearnCSS

🚀 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