Design comparison
SolutionDesign
Community feedback
- @correlucasPosted about 2 years ago
👾Hello @pelzfx, Congratulations on completing this challenge!
When you download the project files there’s a file called
style-guide.md
where you can find information such asfont-family
,hsl color codes
, device sizes, and thefont-size
for the headings.Your background image svg is not displaying due a folder location error, heres the correct import:
body { display: flex; align-items: center; justify-content: center; min-height: 100vh; background-image: url(images/bg-pattern-top.svg), url(/images/bg-pattern-bottom.svg); background-color: #54b3a8; }
✌️ 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