How to create a responsive card with an image ?
Hello, I would like to create cards to display projects I have worked on for my portfolio. I would like to create something like that.
My problem is mainly with the images, I don't really know how to display them properly on different screen sizes.
I have tried to give them a certain height in % but it messes the height of the card. I have tried to give them a fixed height in rem but it's not really responsive even with media queries.
If I set a height of 100%, the image become too big in big smartphone/tablets
Do you guys have any ideas how I can implement that ?
Here is my code :
My problem is mainly with the images, I don't really know how to display them properly on different screen sizes.
I have tried to give them a certain height in % but it messes the height of the card. I have tried to give them a fixed height in rem but it's not really responsive even with media queries.
If I set a height of 100%, the image become too big in big smartphone/tablets
Do you guys have any ideas how I can implement that ?
Here is my code :
