Footer hubaki chini ya page.
Flexbox/grid inafanya layout kuwa responsive.
Example Code:
<footer class="footer">
<p>&copy; 2025 Faulink Academy</p>
<div class="social">
<a href="#">FB</a>
<a href="#">Twitter</a>
</div>
</footer>

<style>
.footer {
background: #222;
color: white;
padding: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footer a { color: white; margin: 0 5px; }
</style>
YouTube Description:
Jifunze kuunda footer ya kitaalamu inayobaki responsive kwenye screen zote.
Hashtags:
#CSSFooter #WebDesign #Faulink