Design comparison
Solution retrospective
No questions.I like the project.
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hello Dewan Md Shakib al-mujib, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:
To improve the structure of the html document, prefer to wrap all the content with the
main
tag, since this challenge is just a section, it needs amain
tag to know what the main content of the page is!avoid using
px
, If your web content font sizes are set to absolute units, such as pixels, the user will not be able to re-size the text or control the font size based on their needs. if you want to keep using px for development and then format the whole code to rem, you can use this vscode extension: px to remThe remainder is excellent.
I hope it's useful. π
Marked as helpful0@DewanshakibPosted almost 2 years ago@AdrianoEscarabote Tnx a lot .Pls suggesting me.
1
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