Design comparison
Solution retrospective
Hello! I am a total newbie and this is my first challenge on Frontend Mentor. I tried my best using only HTML+CSS and don't know how well is written my code, so any feedback, suggestions, comments are highly welcome.
Community feedback
- @palharesmagnonPosted about 3 years ago
Hello @annabelska. Your solution is really great. I'm a newbie too, but maybe I can give you some tips.
- The mobile-first strategy is the best approach to achieving a responsive layout and reducing code complexity
- It would be better to use semantic tags in the html. For example, you could use
<article class="container">
instead of<div class="container">
. Semantics - It's a good idea to look for CSS design patterns and conventions. Like the BEM naming convention. This helps to better organize our codes and reduces the complexity of markup in the html file
- I really think it's time you gave your CSS super powers. There are some CSS preprocessors out there, but the most used is Sass
- It is very important that you start using relative rather than fixed units for your responsive design. That's it. Happy code
Marked as helpful0 - @Script-DPosted about 3 years ago
Hi, Ana you've done it nicely but one thing I noticed is that there is no hover state for links in your design. It gives a sense of visual interaction so it would be great if you implement it. And also your SVG in background is not covering whole width, try using background-size: contain. Great work though
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