Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Karraras, congratulations for your new solution!
Your solution is amazing, but you need to check the font-sizes in the file
style-guide.md
to fix this little issue with the sizes.About the background I did some changes in your code to have top and bottom svgs, here's the code:
body { background-image: url(images/bg-pattern-top-desktop.svg), url(images/bg-pattern-bottom-desktop.svg); background-position: left -185px top -236px, right 10px bottom -300px; background-repeat: no-repeat, no-repeat; background-attachment: fixed, fixed; background-size: contain, contain; }
π I hope this helps you and happy coding!
0
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