add styles libs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user