Task 2

Please log in to post a comment
Log in with GitHubCommunity feedback
- @beowulf1958
Congratulations on completing this challenge. I especially like the way you used filter to colorize the image. I do have a few suggestions.
First, your image is not showing up due to an incorrect file path. The correct path is
background-image: url(image-header-desktop.jpg);
Next step is to look into modern layout practices; using margin and padding for layout is so 20 years ago. Now we use flexbox to give more control over the layout and to make the webpage responsive to different screen sizes. This article gives a great introduction, and there are a ton of videos on YouTube.
Hope this helps
Join 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