i hate israel
This commit is contained in:
70
static/index.css
Normal file
70
static/index.css
Normal file
@@ -0,0 +1,70 @@
|
||||
body,html {
|
||||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nav {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
gap: 10px;
|
||||
background: gray;
|
||||
padding: 8px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.right {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.pfp {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
object-fit: cover;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
|
||||
}
|
||||
|
||||
.nav a {
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
background: gray;
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
|
||||
.nav a:hover {
|
||||
color: #FFFF88
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
padding-left: 10px;
|
||||
background: gray;
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
BIN
static/usericon.png
Normal file
BIN
static/usericon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user