Design comparison
Solution retrospective
i'm proud that i learned more about css now i'll learn about css animation because it seems fun,next time i'll try to do it without googling anything xd
What challenges did you encounter, and how did you overcome them?i had some trouble with padding and margin but could solve it easily
What specific areas of your project would you like help with?css flex box
Community feedback
- @MirkoRinkePosted 3 months ago
Hi, it turned out well for the first time. Googling is perfectly okay, they will always do that. Just don't use AI at the beginning. Googling is perfectly okay. As you say css flex box would have helped for sure. Maybe have a look at some youtube videos.
2 - @MitchellQuevedoPosted 3 months ago
Hi, that was a Good job!
It is a Good practice to implement semantic HTML, including <nav>, <main>, or <footer> landmarks could be a good idea even if the proyect is small.
Also using this in your <body> could help you keep the container in the middle: "display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto;"
Regards!
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