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

@ -123,9 +123,30 @@ nav li .bottom {
top: 10px;
right: 10px;
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;
@ -139,4 +160,4 @@ input[type=url], input[type=email], input[type=password] {
select {
width: 200px;
height: 50px
}
}