← Geri Dönstyle.css
body { background: #121212; color: white; font-family: sans-serif; padding: 2rem; } form { background: #1e1e2f; padding: 1rem; border-radius: 10px; } input, button { margin-top: 10px; display: block; padding: 8px; width: 100%; }
index.html
<form> <label>Adınız: <input type="text" /></label><br><br> <label>Email: <input type="email" /></label><br><br> <button type="submit">Gönder</button> </form>