feat: add contact form

This commit is contained in:
Konstantin 2024-03-01 19:34:34 +01:00
parent 6fd74833a3
commit b6554fbf83
5 changed files with 129 additions and 4 deletions

View file

@ -42,4 +42,22 @@ header {
.skip-link:focus-visible {
top: 5px;
}
.page-form label {
display: block;
margin-top: 10px;
margin-bottom: 5px;
}
.page-form :is(textarea, input, select) {
width: 100%;
max-width: 500px;
min-height: 40px;
margin-top: 5px;
margin-bottom: 10px;
}
.page-form .helptext {
font-style: italic;
}