Design comparison
Solution retrospective
Excited for feedbacks on this one! :)
Community feedback
- @oliveiringPosted about 3 years ago
you'd to know how you deal with each background section?
0@SaifN97Posted about 3 years agoHey @oliveiring!
Yes it was kinda tricky to pull this off, using curves as
background-image
property did quite work for me so I used the images in the markup and switching the mobile and desktop version by assigning them dedicated classes asclass="mobile"
andclass="desktop"
then simply used thedisplay
property to hide and show each on the suitable screen sizes.I hope this makes sense,
I know you're struggling with background images too, its totally normal, I struggled for quite a long time with it too but taking a step back and going over the absolute basic fundamentals helped me finally figure it out.
Hope this was helpful
Have fun 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