This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section id="form"> | |
<div id="toggle-forms"> | |
<button class="waves-effect waves-light active" id="login">Login</button> | |
<button class="waves-effect waves-light" id="register">Register</button> | |
</div> | |
<form class="col s12"> | |
<div class="row center-align"> | |
<h4 class="white-text">login</h4> | |
</div> | |
<div class="row"> |