Design comparison
SolutionDesign
Solution retrospective
background-img : not working when i did deploy
Community feedback
- @Mahmoud2227Posted over 2 years ago
the images and the css file aren't in the same level so you need add ../ before the url like that
background-image: url(../images/bg-pattern-top.svg), url(../images/bg-pattern-bottom.svg);
Marked as helpful1@Mahmoud2227Posted over 2 years ago@aayusranjan You are welcome! good luck on your next challenges
Marked as helpful1 - @NaveenGumastePosted over 2 years ago
Hay There ! AYUSH Good Job on this challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Learn more on accessibility issues
Keep up the good work!
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