initial commit

This commit is contained in:
danamir
2020-05-10 03:11:53 +03:00
commit 95ff7ff8cf
16 changed files with 249 additions and 0 deletions

49
static/css/yespage.css Normal file
View File

@@ -0,0 +1,49 @@
html{
min-width: 488px;
}
body{
margin: 0;
padding: 0;
background: url(../img/yesback.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
container-fluid{
min-width: 500px;
}
div.row{
justify-content:center;
}
div.row h1{
padding: 0;
border: 0;
font-family: 'Pattaya', sans-serif;
color:#cc0000;
font-size: 50pt;
text-align: center;
border-radius: 100px;
margin-top: 5vh;
}
div.row h2{
padding: 0;
border: 0;
font-family: 'Pattaya', sans-serif;
color:#cc0000;
font-size: 25pt;
text-align: center;
border-radius: 100px;
}
img{
max-width: 400px;
height: auto;
margin-top: 10vh;
}