Design comparison
Solution retrospective
I am proud that I was able to handle using flexbox to position my web content.
What challenges did you encounter, and how did you overcome them?I had a challenge getting to posion my content but the linked learning helped me through it.
What specific areas of your project would you like help with?I would like to better understand the version control and workflow
Community feedback
- @MaylaylooPosted 7 months ago
Hello, great job! I would suggest to put css code in .css file and link it in HTML to maintain project clean. Also for starters try to avoid coding like <h2 style="..">, just put h2 { } in css or give it a class/ an id. Try to center your '.attribution a' text as an additional challenge :D (try with text-align, but not on container); Congrats on your solve and keep going!
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