Design comparison
SolutionDesign
Community feedback
- @AbdulrhmanSolimanPosted over 1 year ago
@zakaria-bali
Congrats on completing this challenge and for you awesome solution and tweaks.
- I suggest you to make your code more cleaner by using semantic HTML elements such as
<main>
. - Try to link design fonts in the very top of your CSS file for example
@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
instead of link it to the HTML file. - Also don't forget to use
em
&rem
instead ofpx
.
Happy Coding
I wish you all the best.
0 - I suggest you to make your code more cleaner by using semantic HTML elements such as
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