တိုက်တွန်းအုပ်သတ်ခြင်း: တိုက်တွန်းစားသုံးအုပ်သတ်ခြင်း
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 定位