Notification page using html, css, js

Please log in to post a comment
Log in with GitHubCommunity feedback
- @azr-arch
any block elements takesup full width so you dont have to explicitly defining widht: 100% for more about block elements check this https://developer.mozilla.org/en-US/docs/Web/HTML/Block-level_elements
consider using relative units like rem or em instead of px, actually you've used em a few times but try using it more often
above all your solution looks good! keep up the good work
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