Files
Docker-Flask-QR/app/qr-static/style.css
tebarius 6ad32fc796 Rework (#2)
* rework-versioning
* add compose vor development
* smaller fonts
2025-11-16 20:20:56 +01:00

45 lines
955 B
CSS

body {
color: midnightblue;
}
H1 {
text-align: center;
background-color: #eee;
border-radius: 40px;
filter: drop-shadow(10px 10px 15px blue);
font-size: 40px;
}
p {
text-align: center;
font-size: 30px;
}
div {
text-align: center;
font-size: 30px;
}
form {
text-align: center;
font-size: 30px;
}
input { font-size: 30px;
}
button {
border: solid gainsboro;
font-size: 30px;
margin: 15px;
border-radius: 35px;
filter: drop-shadow(10px 10px 10px blue);
}
input[type='radio']
{
transform: scale(3);
margin: 10px;
vertical-align:10px;
}
input[type='checkbox']
{
transform: scale(3);
margin: 10px;
vertical-align:10px;
}