diff options
| author | Kumar Priyansh <[email protected]> | 2019-05-31 17:16:19 +0700 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-05-31 17:16:19 +0700 |
| commit | 2de0e56fc7c524f85ab47434f2a50a1dacade00e (patch) | |
| tree | 7ce4170522c995ff93afc0d34bb98ae297d2a9a2 /index.html | |
| parent | 2c03a82cecd99b72fb6a4d010cd17ae9493817ab (diff) | |
| download | firebase-ecommerce-2de0e56fc7c524f85ab47434f2a50a1dacade00e.tar.xz firebase-ecommerce-2de0e56fc7c524f85ab47434f2a50a1dacade00e.zip | |
Screen Updated
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -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> |
