contact form
This commit is contained in:
parent
050cdf637f
commit
e275db6653
11 changed files with 126 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue