<div class="card">
<div class="card-footer">Карточка номер 99999</div>
</div>
body {
background-color: #000;
}
.card{
color: white;
display: flex;
width: 180px;
height: 200px;
border: 1px solid red;
border-radius: 8px;
align-items: end;
}
.card-footer{
border: 1px solid blue;
border-radius: 8px;
padding: 5px;
width: 100%;
min-height: 40px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.