Hi Team
I have small problem with div card, second div card size is not the same and need help. Maybe i am missing something in between, need assistance please.
To create a new request and continue editing later, click "Save and Close" below.
To submit for immediate feedback, click "Request Action" below.
Vikas SinghPosted May 10, 2024, 11:21 AM
It seems like the issue you're encountering is that the second card's size is not the same as the first one. Looking at your code, everything seems in place. The column sizes are both
col-md-6, which should ensure they occupy an equal amount of space. However, there could be other factors affecting the size.To create a new request and continue editing later, click "Save and Close" below.
To submit for immediate feedback, click "Request Action" below.
In this updated code:
h-100to both cards, which ensures they have equal height by making them each take up the full height of their parent row.d-flex) withflex-columnto ensure the content is stacked vertically.justify-content-betweenclass ensures that the content is spaced out vertically, with the content at the top and the button at the bottom.mt-autoclass to the button, which pushes the button to the bottom of its container, ensuring it always stays at the bottom of the card.These adjustments should help ensure that both cards have the same size and layout.
Guest UserPosted May 10, 2024, 5:49 PM
Hi Mohammed
Your code still not working, well have a look at the screen shot below, you see second card is not the same as first one.
Tahir AnsariPosted May 10, 2024, 10:07 AM