
Design comparison
Solution retrospective
Had to find out again how to use Sass with regular html and how to compile it.
And learned to store all of the imports into one folder so that is the only file that needs to be compiled. And the other files can be set as partials.
What challenges did you encounter, and how did you overcome them?Took a little while to find how to compile sass to css. So i googled en read the docs on https://sass-lang.com/guide/
What specific areas of your project would you like help with?All feedback is welcome
Community feedback
- @ortiz-antonioPosted 3 months ago
- In
.display
, you override the font-size with apx
unit:
font-size: $fs-32; font-size: 32px;
-
A CSS methodology like BEM could be beneficial.
-
The breakpoint for the desktop layout is too large, in my opinion. A flipped tablet could show the desktop layout in this design.
0P@Sven-27Posted 3 months ago@ortiz-antonio yess your right. I was testing something and forget to erase the second one.
I do know bem and for larger project i am gonna use it.
Breakpoint is according design. But i do see what you mean. I keep it in mind.
Thanks for your feedback.
0 - In
- @khatri2002Posted 3 months ago
The design is really awesome and perfectly developed as per the given design reference!
Just one little suggestion:
The button should have the
cursor: pointer;
property. While the button already has a hover effect, adding pointer cursor is important for the following reasons:- Improved User Experience: It visually communicates to users that the button is clickable, aligning with standard web interaction patterns.
- Consistency: Most interactive elements (like links and buttons) use the pointer cursor, so this maintains a consistent design language across the interface.
This minor tweak will make the interaction even smoother and more intuitive for users.
Happy coding!
0P@Sven-27Posted 3 months ago@khatri2002 Your right normally i give the button cursor pointer. In this case i simply forgot.
1 - P@hikawiPosted 3 months ago
Woah this is really smooth and well done.
I think you perfected this, there's really nothing to speak of haha. I don't know what to say, and no one commenting might discourage you. Amazing work!
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