improve form layout and styling
This commit is contained in:
17
css/form.css
17
css/form.css
@@ -3,10 +3,21 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
form > :first-child {
|
||||
border: solid white 1px;
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
}
|
||||
|
||||
form > :last-child {
|
||||
border: solid white 1px;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: solid white 1px;
|
||||
border-radius: 5px;
|
||||
width: fit-content;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
input, label, legend {
|
||||
@@ -21,7 +32,7 @@ input {
|
||||
}
|
||||
|
||||
button {
|
||||
margin-top: 10px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.labels-inputs {
|
||||
|
Reference in New Issue
Block a user