Dies und das

This commit is contained in:
Viktor Sergeev
2025-06-27 11:09:14 +02:00
parent 0cff38b71f
commit 3be7e1ecfd
6 changed files with 157 additions and 3 deletions

View File

@@ -61,8 +61,8 @@ a {
}
.inhalt {
display: grid;
height: 40em;
display: flex;
height: 10px;
justify-content: center;
align-items: center;
width: 100%;
@@ -117,4 +117,20 @@ a {
background-size: contain;
justify-self: right;
border-radius: 10px;
}
.beispiel-austellung2-img {
background-image: url("../images/beispiel-austellung2.png");
background-position: center;
background-size: contain;
justify-self: right;
border-radius: 10px;
}
.login-container {
position: absolute;
top: 200px;
background-color: #BAC8D4;
width: 900px;
height: 450px;
border-radius: 10px;
}