Hauptseite: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
<div style=" | <div style="min-height: 100vh; | ||
display: flex; | |||
justify-content: center; | |||
align-items: flex-start; | |||
background: #f0f2f5; | |||
padding-top: 100px;"> | |||
"> | |||
<div style=" | <div style="background: rgba(255, 255, 255, 0.7); | ||
border-radius: 9999px; | |||
padding: 60px; | |||
width: 400px; | |||
text-align: center; | |||
box-shadow: 0 8px 30px rgba(0,0,0,0.2); | |||
backdrop-filter: blur(12px);"> | |||
<h2 style="font-size: 24px; margin-bottom: 20px; color: #222;">Login</h2> | |||
<form> | |||
<input type="text" placeholder="Benutzername" | |||
style="width: 100%; padding: 12px; margin-bottom: 15px; | |||
border: none; border-radius: 9999px; | |||
box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);"> | |||
<input type="password" placeholder="Passwort" | |||
style="width: 100%; padding: 12px; margin-bottom: 20px; | |||
border: none; border-radius: 9999px; | |||
box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);"> | |||
<button type="submit" | |||
style="width: 100%; padding: 12px; | |||
background: #4CAF50; color: #fff; | |||
border: none; border-radius: 9999px; | |||
font-size: 16px; cursor: pointer; | |||
box-shadow: 0 4px 12px rgba(0,0,0,0.15);"> | |||
Anmelden | |||
</button> | |||
</form> | |||
</div> | |||
</ | |||
</div> | </div> | ||
Version vom 2. Oktober 2025, 09:00 Uhr
Login
<form>
<input type="text" placeholder="Benutzername"
style="width: 100%; padding: 12px; margin-bottom: 15px;
border: none; border-radius: 9999px;
box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);">
<input type="password" placeholder="Passwort"
style="width: 100%; padding: 12px; margin-bottom: 20px;
border: none; border-radius: 9999px;
box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);">
<button type="submit"
style="width: 100%; padding: 12px;
background: #4CAF50; color: #fff;
border: none; border-radius: 9999px;
font-size: 16px; cursor: pointer;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);">
Anmelden
</button>
</form>