start new version of website

This commit is contained in:
2023-05-18 16:38:40 +02:00
parent 951853b105
commit ccf1c67837
36 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
.form {
width: 100%;
}
.input {
width: 100%;
border-radius: 500px;
padding: 2%;
}
.textarea {
width: 100%;
border-radius: 10px;
padding: 2%;
resize: vertical;
}