added serach component

This commit is contained in:
2020-04-23 02:56:19 +02:00
parent 0bd1400068
commit 9a84a04157
3 changed files with 57 additions and 0 deletions

12
src/style/search.scss Normal file
View File

@@ -0,0 +1,12 @@
.search-component{
text-align: center;
margin-top: 2em;
margin-bottom: 2em;
input[type=text]{
width: 40%;
border: none;
padding: 0.5em 1.5em;
}
}