Answers for "how to specific height in bootstrap card"

3

bootstrap card minimum height till bottom

<style>
    .card {
      border: 1px solid #ccc;
      background-color: #f4f4f4;
      padding: 20px;
      margin-bottom: 10px;
    }
  </style>
Posted by: Guest on October-02-2020

Code answers related to "how to specific height in bootstrap card"

Browse Popular Code Answers by Language