“lepka stopka” Kod odpowiedzi

Sticky Footer Bootstrap 3

<style>
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}
</style>
Stratocaster

stopień pozycji, aby pozostać u dołu ekranu Flexbox

/* Use flex and set auto margin */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}
Talented Thrush

lepka stopka

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}
Solstice

Odpowiedzi podobne do “lepka stopka”

Pytania podobne do “lepka stopka”

Więcej pokrewnych odpowiedzi na “lepka stopka” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu