user-auth store frontend and backend

This commit is contained in:
2022-12-31 21:52:09 +05:30
parent 40bb4f688a
commit aa1172bbc0
3 changed files with 145 additions and 26 deletions

View File

@@ -37,6 +37,15 @@ body {
background-color: #f1f1f1; /* Fallback color */
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
/* Float three header columns side by side */
.header {
position: fixed; /* Stay in place */