Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This was a nice simple little exercise, perfect for beginners, a great way to het one into front-end website development. Look forward to more challenges.
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
Community feedback
- @hichamweblogPosted 8 months ago
- Great job on the project! You've certainly put in some solid effort.
- Consider using
min-height
instead of a fixed height for better responsiveness. - Try using
rem
units instead ofpx
for improved scalability and accessibility. - Avoid giving images fixed widths; use
max-width: 100%
for images and set a maximum width for their container. - Minimize the use of inline CSS styles for better organization and maintainability.
- Incorporating these suggestions will elevate your project even further! Keep up the good work!
0
Please log in to post a comment
Log in with GitHubJoin 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