Files
save2pdf/app/static/css/index.css
2020-05-21 01:05:31 +03:00

23 lines
287 B
CSS

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;
}