Added basic user authentication.

This commit is contained in:
2023-08-23 17:45:39 -04:00
parent 511acab59c
commit bac5437e7e
8 changed files with 95 additions and 13 deletions

View File

@@ -44,6 +44,10 @@ body {
width: 100%;
}
.pd {
padding: 10%;
}
/****************************************************************************
* Content. *
****************************************************************************/
@@ -83,7 +87,7 @@ body {
margin-left: 2em;
}
.search-btn {
.clear-btn {
border: none;
background-color: #00000000;
}
@@ -92,6 +96,10 @@ body {
height: 2.5em;
}
.float-right {
float: right;
}
/****************************************************************************
* Grid. *
****************************************************************************/