Design comparison
SolutionDesign
Solution retrospective
I haven't made it responsive. It works on desktop so any feedback regarding desktop will be helpful.
Community feedback
- @Atharva-ShandilyaPosted almost 4 years ago
Here are some suggestions, hope you like it : -
- Use 'margin: 145px 0px;' to vertically center your .page on your viewport.
- Avoid using position relative to position your elements. Instead use absolute for positioning. It will be easy for you to make your webpage responsive later.
- Reduce the size of card-bg-img.
- You didn't use the specified font colors in your build, So i would suggest you use that to make it look clean.
- You specified 'overflow: hidden;' but it seems that it is not working. So look into it.
- Use 'outline: none;' to hide the outline around the arrow button, when you click it.
1
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