contact form

This commit is contained in:
j 2022-04-25 17:24:42 +01:00
commit e275db6653
11 changed files with 126 additions and 5 deletions

View file

@ -40,6 +40,31 @@ p {
}
}
}
#contact {
.content {
padding-top: 5%;
width: 640px;
height: 480px;
margin: auto;
}
input, textarea {
width: 600px;
border-radius: 4px;
border: 1px solid black;
}
input[type="submit"] {
background: none;
}
input[type="submit"]:hover {
background: red;
cursor: pointer;
}
textarea {
height: 320px
}
}
@media screen and (max-width: 799px) {
#intro {
margin: 16px;