add form handler

This commit is contained in:
danamir
2020-05-21 01:05:31 +03:00
commit 778cf8a8e0
10 changed files with 173 additions and 0 deletions

22
app/static/css/index.css Normal file
View File

@@ -0,0 +1,22 @@
html,body{
margin: 0;
padding: 0;
background: url('../img/background.jpg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
.h1, h1 {
font-size: 2.5rem;
text-align: center;
}
jumbotron{
}
form{
max-width: 600px;
}