Jak utworzyć: stała stopka strony
- Poprzednia strona Odblaskowy tekst
- Następna strona Elementy przyległe
Naucz się, jak używać CSS do tworzenia stałej lub przylegającej stopki strony.
Jak utworzyć stały stopkę strony
<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>
Strony związane
Tutorial:CSS pozycjonowanie
- Poprzednia strona Odblaskowy tekst
- Następna strona Elementy przyległe