Files
Last-Days-of-Rome/config.css
2025-08-15 07:08:26 -05:00

25 lines
340 B
CSS

.form-group {
margin-bottom: 1rem;
}
.form-group label {
display: block;
margin-bottom: 0.5rem;
}
.form-group input,
.form-group textarea {
width: 100%;
padding: 0.5rem;
border: 1px solid #ccc;
border-radius: 4px;
}
.form-group textarea {
height: 100px;
}
button[type="submit"] {
margin-top: 1rem;
}