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.