Skip to content

Commit

Permalink
login ui revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
huygensCortex committed Nov 20, 2023
1 parent 840628b commit 69bd1bd
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
1 change: 0 additions & 1 deletion application.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import datetime, timedelta
import credentials as c

import bcrypt
import smtplib
import re
Expand Down
Binary file added static/img/pexels-rfstudio-3820441.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,33 @@
padding: 10px 20px;
border: 1px solid #dddddd;
border-radius: 3px;
margin-bottom: 20px;
width: 50%;
margin: auto;
position: relative;
top: 250px;
border-radius: 1%;
bottom: 250px;
box-shadow: 10px 10px 5px lightblue;
}


.sign-in-div {
position: relative;
top: 653px;
display: flex;
width: 50%;
margin: auto;
}
.login-img-div {
z-index: -999;
display: block;
position: absolute;
top: 25px;
}
.login-img {
width: 653px;
padding: unset;
}


.account-img {
height: 125px;
Expand Down
5 changes: 4 additions & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
</small>
</form>
</div>
<div class="border-top pt-3">
<!-- <div class="login-img-div">
<img src="../static/img/pexels-rfstudio-3820441.jpg" class="login-img">
</div> -->
<div class="sign-in-div border-top pt-3">
<small class="text-muted">
Need An Account? <a class="ml-2" href="{{ url_for('register') }}">Sign Up Now</a>
</small>
Expand Down

0 comments on commit 69bd1bd

Please sign in to comment.