Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Frontend Mentor | news homepage

@ali007-depug

Desktop design screenshot for the News homepage coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


any advice ?

Community feedback

S MD suleman 3,530

@sulemaan7070

Posted

hey Ali Roma😄, congratulations on completing the challenge🎉🎉..here are a few tips to improve the look of your site and improve the code as well...

  1. you can add a mobile-menu and display it when the hamburger menu is clicked.
  2. you can change the font which can be found in the style-guide.md.
  3. you can use the picture element to change the image based on media-query
<picture>
  <source media="(min-width: 650px)" srcset="img_food.jpg">
  <source media="(min-width: 465px)" srcset="img_car.jpg">
  <img src="img_girl.jpg">
</picture>

let me know if you need any assistance ...happy coding🔥🔥💯

Marked as helpful

1

@ali007-depug

Posted

@sulemaan7070 thanks.. i'll take it

1

Please log in to post a comment

Log in with GitHub
Discord logo

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