mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-21 06:33:29 +01:00
anpassung für proxy
This commit is contained in:
BIN
app/qr-static/favicon.ico
Normal file
BIN
app/qr-static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
41
app/qr-static/style.css
Normal file
41
app/qr-static/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
H1 {
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border-radius: 60px;
|
||||
filter: drop-shadow(10px 10px 15px blue);
|
||||
font-size: 60px;
|
||||
}
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
}
|
||||
div {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
}
|
||||
form {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
}
|
||||
input { font-size: 40px;
|
||||
}
|
||||
button {
|
||||
border: solid gainsboro;
|
||||
font-size: 40px;
|
||||
margin: 15px;
|
||||
border-radius: 50px;
|
||||
filter: drop-shadow(10px 10px 10px blue);
|
||||
}
|
||||
input[type='radio']
|
||||
{
|
||||
transform: scale(4);
|
||||
margin: 10px;
|
||||
vertical-align:10px;
|
||||
}
|
||||
input[type='checkbox']
|
||||
{
|
||||
transform: scale(4);
|
||||
margin: 10px;
|
||||
vertical-align:10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user