কিভাবে তৈরি করা যায়: স্থায়ী ফিউটার
CSS ব্যবহার করে ফিউটার স্থায়ী/সংলগ্ন ফিউটার তৈরি করা শিখুন。
ফিউটার কিভাবে তৈরি করা যায়
<style> .footer { position: fixed; left: 0; bottom: 0; width: 100%; background-color: red; color: white; text-align: center; } </style> <div class="footer"> <p>Footer</p> </div>
相关页面
教程:CSS 定位