Design comparison
Solution retrospective
How would we need to enable php processing on Github? I have one linked, in the event that the email is valid, to display a 'login successful' message.
Community feedback
- @yinonheverPosted almost 4 years ago
You don't need PHP to display login success message, you can do it with the frontend languages. The simplest way to do it is using the JavaScript alert() method, but if you want to customize the appearance of the success message, you can create such element with HTML/CSS and use JavaScript to show/hide the message.
0 - @MasterDev333Posted almost 4 years ago
Great work @Arihant. It would be better if you use anchor tags for social icons, not buttons. And cursor: pointer to buttons. Hope it helps. Happy coding :)
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