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

Article preview component

Claudio Robertoβ€’ 170

@claudio-dev1993

Desktop design screenshot for the Article preview component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I had a lot of trouble making the "popup" of the mobile version, the width is not the correct size. If possible, help me with ideas to improve my solution.

Community feedback

@0xabdul

Posted

Hello there well congrats on completing the Article preview component ..πŸ‘

  • A little recommendation for improve your code ..
  • In Html 🏷️ :
  • the html page should be contained one level heading βœ…
  • So I using the semantic elements
  • Ex :
<html lang="en">
<head>
<title>my page</title>
</head>
<body>
<header>
//logo img or heading ect...
//Using heading only❗
</header>

<main>
//Use only main of the contents
</main>

<footer>
//use copy write discription or challenge d by front end mentor code by mark..
</footer>
</body>
</html>
  • I hope it's useful for
  • happy CoddingClaudio Roberto
0

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