logout page
This commit is contained in:
23
static/css/logout.css
Normal file
23
static/css/logout.css
Normal file
@@ -0,0 +1,23 @@
|
||||
body {
|
||||
background-color: #11111b;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
p {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.app {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user