“Stick footer ke bawah” Kode Jawaban

Stick footer ke bawah

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}
Karamolegkos

Dorong footer ke bawah

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between
}
Terrible Tuatara

Jawaban yang mirip dengan “Stick footer ke bawah”

Pertanyaan yang mirip dengan “Stick footer ke bawah”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya