Design comparison
Solution retrospective
I am proud of completing this project. I tried to make it as close as I could
What challenges did you encounter, and how did you overcome them?I encountered to fit the page in mobile devices
What specific areas of your project would you like help with?- How to make this page responsive for mobile devices.
- How to make this page resemble as in the given privew
Community feedback
- @micfrazerPosted 4 months ago
The page looks great! Consider a max-width property to allow for the image and main portion of the body to adjust with smaller windows, though the sizing is very consistent between devices.
The code is very clear and well-organized. You might use the following to change the colors of bullets and numbers in itemized lists: li::marker { color: rgb(136, 70, 56); }
The table is a bit inconsistent in its layout, though it's clear overall. Padding, width, and text-align are what I found incredibly helpful here. Overall, incredible work!
1
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