Design comparison
Community feedback
- @Pound-HashPosted about 3 years ago
Hi Fernanda. Your project is almost pixel-perfect. The one problem you have is the picture. You loaded it with HTML, but this doesn't allow for much customization. You'll need to load it with CSS if you want the color to look more like the design. When loading with CSS, you'll want to apply the
linear-gradient
value of thebackground-image
property. You'll also want to apply thebrightness
value of thefilter
property. This will correct the coloring of the picture. Lastly, the image doesn't resize well to some middling resolutions. You'll want to apply theaspect-ratio
property to it to correct this.Marked as helpful0
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