aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-05-31 17:16:19 +0700
committerKumar Priyansh <[email protected]>2019-05-31 17:16:19 +0700
commit2de0e56fc7c524f85ab47434f2a50a1dacade00e (patch)
tree7ce4170522c995ff93afc0d34bb98ae297d2a9a2 /index.html
parent2c03a82cecd99b72fb6a4d010cd17ae9493817ab (diff)
downloadfirebase-ecommerce-2de0e56fc7c524f85ab47434f2a50a1dacade00e.tar.xz
firebase-ecommerce-2de0e56fc7c524f85ab47434f2a50a1dacade00e.zip
Screen Updated
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 15 insertions, 5 deletions
diff --git a/index.html b/index.html
index a9205db..11c0c83 100644
--- a/index.html
+++ b/index.html
@@ -43,15 +43,25 @@
from {opacity: 1;}
to {opacity: 0;}
}
+ .middle {
+ margin: 0 auto;
+ width: 50%;
+ justify-content: center;
+ justify-items: center;
+ align-content: center;
+ align-items: center;
+ }
</style>
</head>
<body>
<div id="snackbar">Some text some message..</div>
- <h1>ECommerce Login</h1>
- Email: <input type="email" id="email" placeholder="email"><br><br>
- Password: <input type="password" placeholder="password" id="password"><br><br>
- <button id="login">Login</button><br><br>
- <a href="signup">Not a user? Signup Now!</a>
+ <div class="middle">
+ <h1>ECommerce Login</h1>
+ Email: <input type="email" id="email" placeholder="email"><br><br>
+ Password: <input type="password" placeholder="password" id="password"><br><br>
+ <button id="login">Login</button><br><br>
+ <a href="signup">Not a user? Signup Now!</a>
+ </div>
<script src="shared/jquery.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
<script src="shared/firebaseConfig.js"></script>