Design comparison
Solution retrospective
I am proud to have accomplished the task in less time than I thought. Although this is my first time working on Frontend Mentor projects, there are many processes that are new to me, I hope next time I will have better agility to carry out those processes.
What challenges did you encounter, and how did you overcome them?First Challenge: Remove the strip of empty space that is created at the bottom of the HTML. Solution: html, body{ height: 100%; margin: 0; padding: 0;}
Second Challenge: Position the footer that contains the information about the source of the challenge and who made the challenge. Solution: Give the body a relative position, and the footer an absolute position with the following properties: left:0; bottom:0
What specific areas of your project would you like help with?I could use clearer instructions on generating a README after the project is completed. As for the code, I am not yet aware of what I might need help with. Even so, if anyone happens to take a look at it and has something to say, please don't hesitate to do so, I'm open to all kinds of advice and criticism. Thank you very much in advance.
Community feedback
- @TheWraithDevPosted 21 days ago
Hey - you should also push your code to Github as currently it's just the live site preview, this will help in giving more constructive feedback.
Marked as helpful0
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