Design comparison
SolutionDesign
Community feedback
- @DEmanderbagPosted over 3 years ago
Hey Gizem,
Your code looks clean and good love the use of SCSS and BEM.
I've noticed one thing that you can change for future projects. When you are creating a tags try using
<a href="#"></a>
. This is a common practice for links that don't go anywhere like in this case.Your current solution is reloading the page every time you click the link, this is not a problem because the page is small and you don't even notice it.
Happy coding.
1@gizemnkorkmazPosted over 3 years ago@DEmanderbag I'll fix that. Thank you for your feedback, Dusan!
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