Design comparison
SolutionDesign
Solution retrospective
Frontend Mentor - 3-column-preview-component
Welcome! 👋
Thanks for checking out this front-end coding challenge.
Process:
- This component responsive for any devices started with desktop first approach.
- Then I used display: flex method to align cards and add flex-basis at 50% when width down to 900px.
- I have added background images in ::before div section when hover that cards and put the opacity to 0.6 to view text easily.
- I have added media queries with BEM method in SCSS to change the responsive for any devices from 400px to 1440px.
What I have mistaken here while was making,
- I messed up with responsive of the component while was adding background images in each cards.
- I forgot to add margin and padding in each section and forgot about flex-basis.
- I didn't positioned background images well while hover the component.
Languages I used for this component,
- HTML
- CSS
- SCSS
I really need suggestion to scroll the page when scroll the component, I think i made a mistake here in my opinion.
All feedback is greatly appreciated!
Community feedback
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