Design comparison
SolutionDesign
Solution retrospective
Guys, maybe you can give me some tips to code html/css better. Thanks <3
Community feedback
- @Gaurav4604Posted almost 2 years ago
Hi! Congratulations on completing the challenge 🥳
I have a few suggestions regarding CSS used
- Try to use relative units rather than absolute units wherever possible this might help you
position:absolute
should be used as a last resort, since it abstracts out the content from the website flow more about the same here- You seem to have specified the font family properly, but also make sure to include link to the right font family in html, or import in the css file hope this helps
Overall, Good work! The page looks pretty cool! 😄
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