Implement user searching

This commit is contained in:
2020-06-17 05:34:36 +02:00
parent e77f29b393
commit 67417b0bfc
5 changed files with 53 additions and 7 deletions

View File

@@ -46,6 +46,12 @@ form {
border-radius: 5px;
border: 1px solid gray;
}
.search-group input {
height: 30px;
width: 93%;
font-size: 16px;
}
.btn {
padding: 10px;
font-size: 15px;