Initial commit, with fully working project :p

This commit is contained in:
MrFry 2020-03-25 13:25:41 +01:00
commit 53b4158967
21 changed files with 894 additions and 0 deletions

View file

@ -0,0 +1,23 @@
.searchBar {
margin: 10px;
padding: 10px;
color: white;
background-color: #212127;
border: none;
font-size: 18px;
flex-grow: 1;
}
.searchContainer {
width: 100%;
display: flex;
}
.clearButton {
width: 80px;
background-color: var(--background-color);
color: white;
font-size: 23px;
cursor: pointer;
border: none;
}