Design comparison
SolutionDesign
Solution retrospective
I really struggled with the images in this challenge where i thought i would struggle more with the accordion side being my first challenge with JS.
If anyone has suggestions around how to improve the images side of this challenge, please let me know.
Community feedback
- @arkaroy135Posted almost 2 years ago
Hello Renee,
You are doing well. But, your code needs some fixing. Your main illustration image is not appearing on the screen. The error I found is that you need to place a (.) before the background image URL.
.images-inner { position: relative; background: url('/images/illustration-woman-online-desktop.svg'); //On this line (.) height: 100%; width: 100%; background-repeat: no-repeat; background-position: 120% center; }
And also it is not at all responsive. You require fixing there too. You can check my code if you need any references. 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