contact form
This commit is contained in:
parent
e9fad9eabf
commit
d5bd8d2da8
13 changed files with 96 additions and 0 deletions
27
app/static/css/partials/_contact.scss
Normal file
27
app/static/css/partials/_contact.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
main > .contact {
|
||||
max-width: var(--container-lg-width);
|
||||
margin: 0 auto;
|
||||
padding: var(--spacing-2);
|
||||
|
||||
h1 {
|
||||
font-size: 22px;
|
||||
margin: 0 0 var(--spacing) 0;
|
||||
}
|
||||
|
||||
input[type=email], textarea {
|
||||
border: 0;
|
||||
background: blue;
|
||||
color: red;
|
||||
font-size: 20px;
|
||||
line-height: 1.3;
|
||||
}
|
||||
textarea {
|
||||
width: 500px;
|
||||
height: 300px;
|
||||
}
|
||||
input[type=submit] {
|
||||
border: 0;
|
||||
background: green;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -8,3 +8,4 @@
|
|||
@import "partials/text";
|
||||
@import "partials/ascroll";
|
||||
@import "partials/about";
|
||||
@import "partials/contact";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue