Princing component using SASS and CSS Grid
Design comparison
Solution retrospective
Hey this is my first time using css grid, any feedback will be great. I spent quite some time to make sure it is responsive.
Community feedback
- @hardy333Posted about 3 years ago
Hey, nice solution. everything works fine. Good job.
Only thing is that background-pattern doesn't cover whole width. Looks like you missed it while codding, hope you will fix it - good luck.
Marked as helpful3@promathieuthiryPosted about 3 years ago@hardy333 thanks for your reply. Which browser do you use? In safari indee, it doesn't cover the whole width but on firefox and chrome it works fine for me.
3@hardy333Posted about 3 years ago@promathieuthiry check this image here . Also as you can see slider thumb is not rendered correctly on firefox :(( To fix that you can add .input::-moz-range-thumb{...} this
2@hardy333Posted about 3 years ago@promathieuthiry BTW using linear-gradient for slider background was so cleaver.
3@promathieuthiryPosted about 3 years ago@hardy333 thanks. That changes quite a little bit with the others browsers.
3@hardy333Posted about 3 years ago@promathieuthiry @promathieuthiry So basically on webkit browsers everything works fine in terms of slider. In terms of pattern-image it doesn't covers hole width on non of the browsers, which is kine of logical.
2
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