mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-08 04:06:18 -04:00
add basic login, signup, navbar
This commit is contained in:
9
frontend/src/styles/App.css
Normal file
9
frontend/src/styles/App.css
Normal file
@@ -0,0 +1,9 @@
|
||||
nav {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 2rem;
|
||||
border: 3px solid #f1f1f1;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
}
|
||||
20
frontend/src/styles/Login.css
Normal file
20
frontend/src/styles/Login.css
Normal file
@@ -0,0 +1,20 @@
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
main {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.form-inputs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
Reference in New Issue
Block a user