html - Bootstrap - align button to the bottom of card - Stack Overflow

PHOTO EMBED

Wed Mar 30 2022 09:39:31 GMT+0000 (Coordinated Universal Time)

Saved by @jacopo #css

.card-body {
  display: flex;
  flex-direction: column;
}

button.btn {
  margin-top: auto;
}
content_copyCOPY

https://stackoverflow.com/questions/48406628/bootstrap-align-button-to-the-bottom-of-card