Design comparison
SolutionDesign
Solution retrospective
One of the hardest challenges till now took help from @correlucas design and learned a lot from it. Learned about pseudo selector, filter, and things on animation that @correlucas used a lot in his design.
Community feedback
- @correlucasPosted over 2 years ago
πΎHello Shaswat, congratulations for your new solution!
This an amazing thing to hear, just one thing, use
background-size: cover;
to make the animations become full width, because the size is cropping.Thank you for the mention bro!
#bg-pattern { width: 100%; height: 100vh; background: url(images/pattern-background-desktop.svg) no-repeat; animation: wavy 8s infinite ease-in-out; background-size: cover; }
π I hope this helps you and happy coding!
Marked as helpful0@shaswatsingh19Posted over 2 years ago@correlucas Thanks for helping. Your design taught me a lot.
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