Design comparison
Solution retrospective
I couldn't change the color of the image, could someone teach me how to do this or where I think ???
p.s. sorry for my english, i'm brazilian and i'm still learning english so i'm using google translator
Community feedback
- @RahulbaranPosted about 3 years ago
👋Olá Roman, I am Rahul.
I went through your code and here are some points which I want you to know regarding the site
-
You should learn the flexbox & grid layout to make the site responsive.
-
Instead of "img" tag , you can use the image as background along with the background color which you saw in the preview of project and you can go through the mdn link.
-
Use
rem
orem
instead ofpx
, it will give your more control to change thefont-size
& other unit related properties. You can read about it here. -
Learn some shorthand properties like
margin
,padding
,font
etc. to make your code shorter and cleaner. -
Here you don't have to use two stylesheets (css files).
That's all for now hope it helps and let me know if you need to know about some resources etc.
Thank you for teaching me how Someone greet in brazilian. Happy Coding🙂
0 -
- @EdTheDev254Posted about 3 years ago
Hey, to change the background image color, use linear-gradient, here's a link to a video with such a solution :https://youtu.be/qKKXQepRIu0
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