add styles libs

This commit is contained in:
Andrey Kuvshinov
2020-05-12 23:32:56 +03:00
parent c8c7b598c7
commit 897a21b336
3 changed files with 55 additions and 3 deletions

View File

@@ -119,6 +119,58 @@ h1 {
}
#container_form{
width:450px;
height: 500px;
margin: 100px auto 0 auto;
text-align: center;
margin: 100px auto 0 auto;
text-align: center;
}
#form_title{
font-size: 18px;
}
input[type="email"],input[type="password"]{
width: 300px;
height:50px;
font-size: 18px;
margin-bottom: 25px;
border-radius: 4px;
padding-left: 10px;
}
.submit {
padding: 13px 30px;
margin: 5px 0 20px 0;
font-size: 15px;
color: #fff;
background-color: #2ca8c6;
border: none;
border-bottom: 4px solid #6ee9fd;
cursor: pointer;
}
.submit:hover{
transition: all 0.5s;
background: #fff;
color: #2c536c;
}
.lib_container {
display: grid;
grid-gap: 5px;
grid-template-columns: repeat(auto-fit, 300px);
grid-template-rows: repeat(2, 400px);
}
.book_mini img{
border: 1px solid black;
padding: 4px;
}
@media screen and (max-width: 560px) {
#brand_title, #page_title {