
Solution retrospective
Nothing exactly
What challenges did you encounter, and how did you overcome them?I had some issues with some css like making the .card_image fill the .card to center, but I was able to complete it with some help and alot of try and error
What specific areas of your project would you like help with?Nothing exactly. just want be master my skill
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Kingkobi01
HI Abdulbaki, your code had very nice semantic HTML and good CSS. One thing I that made the card image relatively easy to center was that I used the image as a background image for a div instead of an img tag. The reason why that is better is that the user will not see that "broken image icon" when the image refuses to load.
Also, the card image in the original challenge has a border-radius and your card had no shadow. Lastly, the author section was vertically centered in the original design.
Other than that, everything was pretty neat 👌
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord