20 lines
214 B
CSS
20 lines
214 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
padding: 20px;
|
|
}
|
|
|
|
form {
|
|
width: 300px;
|
|
}
|
|
|
|
label {
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
input, textarea, button {
|
|
width: 100%;
|
|
margin-top: 5px;
|
|
padding: 6px;
|
|
}
|