Design comparison
Solution retrospective
Hi everyone, my name is Lucian and this is my solution for Sunnyside agency landing page challenge.
It was a pleasure to solve this colorful challenge and I think I managed to put all the elements in the right place on all devices :)
As usual, even if I tested it at different screen resolutions and it seams OK, any suggestions or tips for improving the code are always welcome. Thank you! โ
Community feedback
- Account deleted
Hi Lucian... Congrats on completing this challenge. ๐๐๐
Here are some tips to improve your solution๐.
๐จCSS:
Your css reset is deprecated ๐ฅ but here are some popular resets ๐ฏ:
๐งฑHTML:
If you can see in the reports that Frontend Mentor gives you, it says that all your content must be contained by
reference points
. To avoid these accessibility problems, make sure that your content is within a reference region withHTML5 elements
๐.Example:
<html lang="en"> <head> ... </head> <body> <header> ... </header> <nav> ... </nav> <main> ... </main> <footer> ... </footer> </body> </html>
Your solution is very good๐ฏ, good job! ๐ฅณ
Happy coding! โ๏ธ
Marked as helpful0@iflucianPosted almost 2 years ago@FLCHRIS
Thanks Christian! I will make some changes.
Happy coding! ๐
0
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