Agregado input para hacer busquedas y un par de paginas
This commit is contained in:
11
custom.css
11
custom.css
@@ -7,11 +7,21 @@ body {
|
||||
.flex {
|
||||
display: flex;
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.search {
|
||||
width: 100%;
|
||||
display: block;
|
||||
border: none;
|
||||
padding: 10px 10px 10px 10px;
|
||||
margin-bottom: 2em;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.title {
|
||||
color: #a6e22e;
|
||||
display: inline-block;
|
||||
@@ -35,3 +45,4 @@ body {
|
||||
display: inline-block;
|
||||
transition: color .5s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user