Design comparison
Solution retrospective
The main part of the project was easy (DIVs, margins and etc.) I faced some problems with
eye` icon and background opacity. I am not sure that I did it right because the opacity of the eye is same as opacity of background. I could not solve how to do it. Can you advice please?
Community feedback
- @Deevyn9Posted about 2 years ago
Hi, congrats on completing this project, your solution looks really good, However you'll need to center the container you can do this by: Giving the body a min-height of 100vh, a width of 100vw then you give it a
display: grid;
and then youplace-items: center;
to center the container.I hope this solves your problem and you find it helpful.
Happy coding!
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