Design comparison
SolutionDesign
Solution retrospective
I'm interested in knowing whether my HTML markup is okay and anything else I should improve on.
Community feedback
- @correlucasPosted about 2 years ago
Hey Alvim, one tip for you about the background:
You've missed the background and is not displaying due a lack of the folder location use instead
../
to define the place where the image is located:Here's the correct import:
@media (min-width: 600px) body { padding: 1.5rem 3rem; background-image: url(../images/bg-desktop.svg); }
I hope this helps, happy coding!
Marked as helpful0@alvyynmPosted about 2 years ago@correlucas Thanks for pointing that out. It worked locally for some reason. I'll fix it up. I appreciate your eagle eye 😄
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