Design comparison
SolutionDesign
Solution retrospective
How do you make the image background color change? How do you properly center an image in a container?
Community feedback
- @shavedheadPosted almost 3 years ago
One this is to increase the font-weight: where it says equilibrium and ETH
Marked as helpful1 - @anoshaahmedPosted almost 3 years ago
Hey good job on this challenge! Your report above shows a few issues. You can fix them by
- have at least one
<h1>
in your code - add
alt=""
to your<img>
tags
To answer your questions: you can change the background color by using the
background-color
property. You can center an image properly by using flexbox.Hope this helps :)
Marked as helpful0 - have at least one
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