Nested Noten

This commit is contained in:
2024-01-11 14:50:28 +01:00
parent b8c2bea4ae
commit 3b8cf7e53d
9 changed files with 113 additions and 14 deletions

View File

@ -124,6 +124,29 @@ nav li .bottom {
width: 50px;
}
.space {
width: 1%;
}
.footerdiv {
position: absolute;
width: 100%;
justify-content: right;
bottom: 10px;
right: 10px;
font-size: 80%;
display: flex;
}
a.footer {
color: white;
text-decoration: none;
}
a.footer:hover {
font-weight: 600;
}
input {
width: 150px;
height: 50px;