Get the CSS and statuc stuff to work
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
#login_card {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
#login_card input {
|
||||
width: 324px;
|
||||
}
|
||||
|
||||
#login_card div {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#action-buttons {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
#signup_button {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
#login_button {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
#welcome_text {
|
||||
font-weight: 700;
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user