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
- @0xabdulPosted over 1 year ago
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 Codding
Claudio Roberto
0
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