Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

3 Column Preview Card Component

parkerrn9 210

@parkerrn9

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I'm seeking feedback on my '3 Column Preview Card Component' project, with a specific focus on the following areas:

  1. Code Logic and Structure: I'm interested in feedback on the logic and organization of the code. Do you find the code well-structured and efficient? Are there opportunities for improvement in terms of logic and coding practices?

  2. Responsiveness of the Design: Ensuring that the design functions flawlessly on various screen sizes and devices is crucial. I'd appreciate feedback on how well the project adapts to different screens and any suggestions for enhancing its responsiveness.

Your feedback is invaluable. Thank you in advance for your time and for helping me improve my skills and understanding of web development.

Community feedback

@momorocks111

Posted

lol I was commenting on the previous solution, but it said it was deleted when I posted the comment.

Anyhow, in the HTML I would use the article tag <article> rather than the <div> tag for the three cards. Article tags will make it easier to read and understand and makes it better for the compiler as it knows it's meant to be important. Also, for the responsiveness, everyone has their preferences, I personally create the mobile version first then expand out.

Anywhere between 320px-600px I do for small devices. 600px-1022px I do for medium devices such as tablets. Finally, 1023px or higher I do for large devices.

Hope this helps.

0

parkerrn9 210

@parkerrn9

Posted

thanks man. i'll check it out. appreciated@momorocks111

1

Please log in to post a comment

Log in with GitHub
Discord logo

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