mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-20 22:23:30 +01:00
Rework (#2)
* rework-versioning * add compose vor development * smaller fonts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body {
|
||||
background-color: DeepSkyBlue;
|
||||
background-image: linear-gradient(135deg,#ffc125,#00BFFF,#ffc125);
|
||||
background-image: linear-gradient(135deg,#ffe125,#33BFFF,#ffe125);
|
||||
color: midnightblue;
|
||||
min-height: 100vh;
|
||||
}
|
||||
@@ -1,29 +1,32 @@
|
||||
body {
|
||||
color: midnightblue;
|
||||
}
|
||||
H1 {
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border-radius: 60px;
|
||||
border-radius: 40px;
|
||||
filter: drop-shadow(10px 10px 15px blue);
|
||||
font-size: 60px;
|
||||
font-size: 40px;
|
||||
}
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
}
|
||||
div {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
}
|
||||
form {
|
||||
text-align: center;
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
}
|
||||
input { font-size: 40px;
|
||||
input { font-size: 30px;
|
||||
}
|
||||
button {
|
||||
border: solid gainsboro;
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
margin: 15px;
|
||||
border-radius: 50px;
|
||||
border-radius: 35px;
|
||||
filter: drop-shadow(10px 10px 10px blue);
|
||||
}
|
||||
input[type='radio']
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user