@nitsantaSubmitted 7 months ago
What are you most proud of, and what would you do differently next time?
First HTML/CSS project i've done. Next time I will write the HTML first and the move to CSS.
What challenges did you encounter, and how did you overcome them?I couldn't find a way to center my items, Then I remembers the flexbox approach and min-height: 100vh
What specific areas of your project would you like help with?Used margins a lot, I wonder if it is the right approach as it doesn't seem all that clean. Also, if I could write the CSS any better and if the HTML is logically correct.