mirror of
https://github.com/tebarius/Docker-Flask-QR.git
synced 2025-12-21 06:33:29 +01:00
css,mail,tel,url,calendar fertig
This commit is contained in:
28
app/static/style.css
Normal file
28
app/static/style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
H1 {
|
||||
text-align: center;
|
||||
background-color: #eee;
|
||||
border-radius: 60px;
|
||||
filter: drop-shadow(10px 10px 20px blue);
|
||||
font-size: 70px;
|
||||
}
|
||||
p {
|
||||
text-align: center;
|
||||
font-size: 50px;
|
||||
}
|
||||
div {
|
||||
text-align: center;
|
||||
font-size: 50px;
|
||||
}
|
||||
form {
|
||||
text-align: center;
|
||||
font-size: 50px;
|
||||
}
|
||||
input { font-size: 30px;
|
||||
}
|
||||
button {
|
||||
border: solid gainsboro;
|
||||
font-size: 30px;
|
||||
margin: 15px;
|
||||
border-radius: 50px;
|
||||
filter: drop-shadow(10px 10px 10px blue);
|
||||
}
|
||||
Reference in New Issue
Block a user