Untitled
unknown
css
6 months ago
369 B
3
Indexable
Never
body { font-family: Arial, sans-serif; margin: 20px; display: flex; justify-content: center; align-items: center; height: 100vh; } form { width: 300px; display: flex; flex-direction: column; align-items: center; } label { display: block; margin-top: 10px; } input[type="submit"] { margin-top: 20px; }