automated push from the terminal
This commit is contained in:
52
static/.recycle/custom.css
Normal file
52
static/.recycle/custom.css
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
.footer {
|
||||
|
||||
width: 50%;
|
||||
|
||||
text-align: center !important;
|
||||
|
||||
margin: auto;
|
||||
|
||||
font-size: 10px;
|
||||
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
width: 50%;
|
||||
|
||||
text-align: center !important;
|
||||
|
||||
margin: auto;
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
|
||||
width: 50%;
|
||||
|
||||
}
|
||||
|
||||
table {
|
||||
|
||||
width: 80%;
|
||||
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
|
||||
height: 200px;
|
||||
|
||||
width: 200px;
|
||||
|
||||
}
|
||||
|
||||
div, h1, table, p, input, footer {
|
||||
|
||||
margin: auto;
|
||||
|
||||
padding: 10px;
|
||||
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user