diff --git a/CSS/style.css b/CSS/style.css index 100bdb0..300bf3e 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -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; } \ No newline at end of file diff --git a/Controller/LoginController.php b/Controller/LoginController.php new file mode 100644 index 0000000..7cd4e0a --- /dev/null +++ b/Controller/LoginController.php @@ -0,0 +1,10 @@ + + +
+