Implement more tables, add more page templates, initial working db example
This commit is contained in:
BIN
static/arch.png
BIN
static/arch.png
Binary file not shown.
|
Before Width: | Height: | Size: 71 KiB |
@@ -50,21 +50,4 @@ footer {
|
||||
|
||||
}
|
||||
|
||||
.login-form {
|
||||
|
||||
background: gray;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.login-form input[type="email"],input[type="password"] {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.login-form input[type="submit"] {
|
||||
width: 98%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
18
static/login.css
Normal file
18
static/login.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.login-form {
|
||||
|
||||
background: gray;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.login-form input[type="email"],input[type="password"] {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.login-form input[type="submit"] {
|
||||
width: 98%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user