Design comparison
SolutionDesign
Community feedback
- @muiruri3000Posted about 1 month ago
Great Job Omar, Also do consider:
-
adding a setTimeout() your toaster message such that it dissapears after a set time in seconds.
-
Having the toaster set to {position:absolute; top:50%; left 50%; transform:translate(-50%,-50%); z-index:999 //or whatever value is your highest z-index } so that when it appears it is over the form, and does not push it downwards.
once again, keep up, and great job you have done :D
Marked as helpful0 -
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