Blogr landing page Responsive css/ add advanced dropdown menus
Design comparison
Solution retrospective
waiting for comments
Community feedback
- @DytomaPosted almost 2 years ago
Hey 👋
Good job on completing this challenge, your solution looks amazing👌
However I do have one suggestion when I looked at your code:
- Instead of using a
<div class="line"></div>
I suggest you useborder-bottom
as the div add more content to your page, it is better to useborders
.
Happy coding👏
Marked as helpful0@BakhrievPosted almost 2 years ago@Dytoma thanks for the feedback,in this example, should the background images be done with the img tag? or should they be done with the background?
1@DytomaPosted almost 2 years ago@Bakhriev you're welcome🙌
For the call to action section you can use the background property to give it both the
background color
and thebackground image
but for the other images, you can use theimg
element and wrap it in a div so that you can position it relative to thediv
.You can read more about
backgrounds
and how to set it on MDN multiple background docs.Marked as helpful0 - Instead of using a
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