Design comparison
Solution retrospective
Hello everyone, I am still starting out and I will appreciate it you take out time to look at my work. This challenge was kind of tough especially with the shapes I had to make. Some work in full screen but when set to other viewports , it goes out of the allignment.
I will like feedback and tips to improve on that and also better ways to make shapes.
Community feedback
- @Faris-ThibaniPosted about 2 years ago
Very well done completing this project! I am working on it right now and looking at some solutions will help me solidify the things I learned. Well done with keeping the code modular.. creating custom properties.
During the reset you might consider adding a few things to make sure that everything gets the reset: so to set margin 0 you can say:
*, *::before, *::after { margin: 0; }
The above will implement margin 0 on everything because the * does not include before and after pseudo classes.
This resource could be helpful.. https://piccalil.li/blog/a-modern-css-reset/
Marked as helpful1
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