Design comparison
Solution retrospective
I want know how I don't know how change the color of image in css and I not find in internet how do this. So I change the color in photoshop. This is my only question, how I change the color of image in css?
Community feedback
- @palgrammingPosted over 3 years ago
you need to center your layout. Margin left and right AUTO will help right now you just have one side set https://www.w3schools.com/css/css_align.asp
Marked as helpful1 - @rnguecoPosted over 3 years ago
Hey Lucas!
It looks like you need to work on your CSS skills a bit more. Majority of your elements are positioned absolutely, which will work against the responsiveness of the site. CSS Flexbox and CSS Grid are usually what developers use when laying out a project such as this.
As for the image coloring, try looking into the
mix-blend-mode
property.Cheers and happy coding! 🎉
Marked as helpful1 - @lucasqueiroga03Posted over 3 years ago
Thak you very much, I will adjust the css, and this projects help this, to developed my skills
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