Design comparison
Solution retrospective
How to make the design of the close button menu? The css for that mobile design with closed button?
Community feedback
- @AdrianoEscarabotePosted almost 2 years ago
Hello Anurag Daliya, how are you? I truly loved your project's outcome, however I have some advice that I hope you'll find useful:
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 remYou could have used a h1 to make the project more accessible. Every page must have a level 1 header that identifies the primary title and follows the h1-h5 format for screen readers.
<h1 class="leftpara">The Bright Future of Web 3.0?</h1>
The remainder is excellent.
I hope it's useful. 👍
Marked as helpful1
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