Skip to content

Commit

Permalink
Updations
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragverma108 committed Mar 9, 2024
1 parent 8ea56d2 commit 0c9c319
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions login.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


body {
font-family: Arial, sans-serif;
margin: 0;
Expand Down
9 changes: 7 additions & 2 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<title>How to create Firebase login and register?</title>
</head>
<body>

<div class="navbar navbar-default">
<div class="navbar-header">
<a class="navbar-brand" href="https://www.shinerweb.com">Books Swap</a>
Expand All @@ -26,8 +25,9 @@
</ul>
</div>
</div>
<br>

<div class="container">
<h2>Register for new users</h2>
<form name="registration_form" id="registration_form" method="post" action="#" enctype="multipart/form-data" >
<div class="row">

Expand All @@ -44,11 +44,16 @@
<button type="button" id="register" name="register" class="btn btn-success">Register Now</button>
</div><!-- end col -->
</form>



<div class="col-sm-4">
<!--<img src="firebase_auth.png">-->
</div>

<form name="login_form" id="login_form" method="post" action="#" enctype="multipart/form-data" >
<div class="col-sm-4">
<h2>Sign in</h2>
<div class="form-group">
<label for="email">Email</label>
<input type="text" name="login_email" id="login_email" class="form-control" placeholder="Enter your email">
Expand Down

0 comments on commit 0c9c319

Please sign in to comment.