Hauptseite
Erscheinungsbild
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>