Design comparison
Solution retrospective
This project helped me ease back into HTML and CSS comfortably, forcing me to look up and research into good practices, using the Discord server to help me from other people's solutions. I depended more on other people's solutions and would've liked to remember HTML and CSS from previous studies and implemented them in this project. However, I didn't remember but this was a good little project to work on as a starting point again!
What challenges did you encounter, and how did you overcome them?Whenever I'm in need of help, I tend to compare my own code with other people's code and think theirs is better since they were successful instead of working my way round my solution with what I currently have. For example, in this project, I was stuck on making it responsive to the mobile viewport towards the end. Many successful solutions used display: grid
and display: block
whereas I had already implemented using display: flex
in CSS. I tried to search for a solution with no success. However, reading good CSS practices from articles, the Discord server, and stack overflow, I changed the width of the container from a percentage to a measure of rem
which seemed to do the trick. It wasn't the optimal way to do so but I was successful and it was what I needed to do in this particular project. If the project was to make the page responsive to various viewports, then I would've considered not using flex in CSS and rewritten the code.
I'd like to have help with making it fully responsive to various viewports. For example, having a viewport less than 375px, and not having to change the rem
measurement for my container. How will I be able to do this using the current CSS properties that I have currently?
Community feedback
- @rubensgabrielPosted 5 months ago
I thought your project was very good, the only thing I could suggest to you would be to improve the spacing between the elements, I believe that the image, title and text could be spaced a little wider.
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