Files
development-site/oldVersion/css/formstyle.css

16 lines
194 B
CSS

.form {
width: 100%;
}
.input {
width: 100%;
border-radius: 500px;
padding: 2%;
}
.textarea {
width: 100%;
border-radius: 10px;
padding: 2%;
resize: vertical;
}