add base href

This commit is contained in:
Andrey Kuvshinov
2020-05-12 22:56:44 +03:00
parent 9b78944dcb
commit c8c7b598c7
8 changed files with 36 additions and 34 deletions

View File

@@ -118,24 +118,6 @@ h1 {
position:relative;
}
#container_form{
width:450px;
height: 500px;
background-color: rgba(24, 33, 52, 0.7);
margin: 250px auto 0 auto;
text-align: center;
box-shadow: 0 -5px 0 #3adbfd;
}
input[type="text"],input[type="password"], input[type="email"]{
width: 300px;
height:50px;
font-size: 18px;
margin-bottom: 25px;
border-radius: 4px;
padding-left: 10px;
}
@media screen and (max-width: 560px) {