
Design comparison
Solution retrospective
Able to be consistent on doing these challenges.
What challenges did you encounter, and how did you overcome them?Actually no real challenges, just had to understand what I was doing and when I got stuck, I kept finding solutions till I found them.
What specific areas of your project would you like help with?For now nothing much, just any suggestions will help me to improve my Front-end journey. Any help is appreciated 😊
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Alex-Archer-I
Hi!
Congrats with another challenge =)
I suggest you to use more semantic tags. At first it's a
main
tag - every page should contain one. Than "HTML & CSS foundations" text is a title here, so it should beh1
orh2
. And the test parts usually goes insidep
tag.Also it seems that skipped a hover effect for the title =)
Oh, and I really recommend you to keep styles separated from html file.
Hope that helps, good luck, keep doing cool stuff =)
Marked as helpful - @cala2313
consider the idea of writing the css code in another proper file to have a clean html file
Join 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