add background and mod design
This commit is contained in:
parent
319ba83087
commit
6da9c8c29e
BIN
public/assets/img/GemInternormKantine.png
Normal file
BIN
public/assets/img/GemInternormKantine.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB |
BIN
public/assets/img/InternormKantine.jpg
Normal file
BIN
public/assets/img/InternormKantine.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 578 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 MiB |
@ -1,6 +1,6 @@
|
||||
<main class="login-container">
|
||||
<div class="mt-8 flex flex-col items-center justify-center rounded-lg bg-red-500/30 p-6 shadow-md">
|
||||
<h2 class="mb-4 text-4xl font-bold text-[#000000FF]">Pinin</h2>
|
||||
<div class="mt-8 flex flex-col items-center justify-center rounded-lg bg-white/80 p-6 shadow-md">
|
||||
<h2 class="mb-4 text-4xl font-bold text-[#00000067]">Kantine</h2>
|
||||
<form class="flex flex-col gap-4" (ngSubmit)="login()">
|
||||
<div>
|
||||
<label for="username" class="sr-only">Benutzername</label>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<main class="login-container">
|
||||
<div class="mt-8 flex flex-col items-center justify-center rounded-lg bg-red-500/30 p-6 shadow-md">
|
||||
<div class="mt-8 flex flex-col items-center justify-center rounded-lg bg-white/80 p-6 shadow-md">
|
||||
<h2 class="mb-4 text-4xl font-bold text-[#050505FF]">Registrieren</h2>
|
||||
<form class="flex flex-col gap-4" (ngSubmit)="registerUser()">
|
||||
<div>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
height: 100%;
|
||||
|
||||
/* Füge das Hintergrundbild hinzu */
|
||||
background-image: url('/assets/img/KegelGaudi2025.png');
|
||||
background-image: url('/assets/img/InternormKantine.jpg');
|
||||
|
||||
/* Stelle sicher, dass das Bild den gesamten Container ausfüllt */
|
||||
background-size: cover;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user