I am using two card horizontally one card being used for storing contact address, another card being used for image. But the height of the image card always being showed higher than the left card size. How can I make both card make same height in boot
strap. Here is the code
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
411 Points
1327 Posts
how can I make the two card with same height
Feb 08, 2021 07:16 AM|polachan|LINK
I am using two card horizontally one card being used for storing contact address, another card being used for image. But the height of the image card always being showed higher than the left card size. How can I make both card make same height in boot strap. Here is the code
css file
Here is the layout view
https://drive.google.com/file/d/1bkWIdOVdTGuHdi7UCucxLbmY3uWoVTKR/view?usp=sharing
Thanks
Pol
Contributor
3730 Points
1431 Posts
Re: how can I make the two card with same height
Feb 09, 2021 02:38 AM|yij sun|LINK
Hi polachan,
As far as I think,your problem is "my-3". "my-3" is same with 1rem and not "my-2.5".So I suggest you could use margin or padding.
Since you don't post full css file,I have created a demo like this:
Best regards,
Yijing Sun