redy for deploy

This commit is contained in:
danamir
2020-05-10 04:59:27 +03:00
parent 95ff7ff8cf
commit 3ccde3705e
6 changed files with 64 additions and 30 deletions

View File

@@ -1,16 +1,11 @@
html{
min-width: 488px;
}
body{
body, html{
margin: 0;
padding: 0;
background: url(../img/yesback.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
container-fluid{
@@ -46,4 +41,10 @@ img{
max-width: 400px;
height: auto;
margin-top: 10vh;
}
}
#backbtn{
background-color: #fe5f55;
text-transform: uppercase;
border: #fe5f55;
}