Design comparison
SolutionDesign
Solution retrospective
Why is it hard to make background images responsive?
I need recommendations and resources on better ways to style background images to be responsive and responsive web development ideas or resources.
Community feedback
- @akash-1712Posted over 3 years ago
make a (div.image) give background-color:purple and then put image inside it with property=>{opacity:0.3}.
For mobile Layout give order:1 to div.image and set flex-direction:column for main.
1@DrZubbyPosted over 3 years ago@akash-1712
Thanks for this suggestion.
Should the image be added using the image tag on html or as a background image on the CSS?
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