Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created October 28, 2021 14:50
Show Gist options
  • Save NyaGarcia/e1f37b15bee887265e02a0bf822fec11 to your computer and use it in GitHub Desktop.
Save NyaGarcia/e1f37b15bee887265e02a0bf822fec11 to your computer and use it in GitHub Desktop.
MAking the register page look pretty
<div class="background">
<div class="login-container">
<div class="form-container">
<h1>Welcome to NgBytes Register</h1>
<h5>Register with your email</h5>
<ngbytes-login-form (formData)="register($event)"></ngbytes-login-form>
</div>
<div class="text-container">
<h1>Hey Buddy</h1>
<p>
Already have an awesome account? Go ahead and click the button below to
sign in!
</p>
<button mat-button routerLink="/">Sign in</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment