I tried to make the card using flexbox initially, couldn't do it because the image-container didn't take the 50% width, it just kept showing there was available space without actually using the space.
How should I fix this issue?
I tried to make the card using flexbox initially, couldn't do it because the image-container didn't take the 50% width, it just kept showing there was available space without actually using the space.
How should I fix this issue?
Hey @z0dded Congratulations on completing the challenge. You have done a good job. Regarding the problem you discussed , I would like to say - when I make changes in your css and use display:flex, found no problem. I suggest you to try once again . I made following changes and the page is ok after making these changes. #card{ display:flex; border-radius: 0.5rem; background-color: var(--white); width:40rem; height:30rem; } #image-container{ width:50%; border-top-left-radius:0.5rem; border-bottom-left-radius:0.5rem; height:100%; background-image:url(./images/image-product-desktop.jpg); background-size:cover; } #content{ height:100%; width:50%; padding:2rem; font-family:”Monserrat”, sans-serif; } Please revert if you still face this problem. Thanks for reading.
Hello @Jbsmall17 Congratulations on completing this challenge. I suggest to remove following shortcomings in the page to look it better.
I hope my feedback will help to make your code better. Thanks for reading.
Feedback welcome✅
Hello @Tuchpon Congratulations on meeting Blogr-Landing_page challenge.
I observe following shortcomings in your design . You can improve the page after removing them.
Thanks for reading .