Added search function.

This commit is contained in:
2023-08-21 21:20:27 -04:00
parent 1a16e9f763
commit d445d633b4
7 changed files with 211 additions and 77 deletions

View File

@@ -52,6 +52,15 @@
margin-left: 2em;
}
.search-btn {
border: none;
background-color: #00000000;
}
.search-box {
height: 2em;
}
/****************************************************************************
* Grid. *
****************************************************************************/