mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 18:46:40 -07:00
Added Consulting page and form
This commit is contained in:
parent
0baa63d4af
commit
1c5cd34810
9 changed files with 206 additions and 2 deletions
46
static/css/googleform.css
Normal file
46
static/css/googleform.css
Normal file
|
@ -0,0 +1,46 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
|
||||
|
||||
form { max-width:420px; margin:50px auto; }
|
||||
|
||||
.form-input {
|
||||
color:#777;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-weight:500;
|
||||
font-size: 18px;
|
||||
border-radius: 5px;
|
||||
line-height: 22px;
|
||||
background-color: transparent;
|
||||
border:2px solid #F6B26B;
|
||||
transition: all 0.3s;
|
||||
padding: 13px;
|
||||
margin-bottom: 15px;
|
||||
width:100%;
|
||||
box-sizing: border-box;
|
||||
outline:0;
|
||||
}
|
||||
|
||||
.form-input:focus { border:2px solid #CC4949; }
|
||||
|
||||
textarea {
|
||||
height: 150px;
|
||||
line-height: 150%;
|
||||
resize:vertical;
|
||||
}
|
||||
|
||||
[type="submit"] {
|
||||
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
|
||||
width: 100%;
|
||||
background:#F6B26B;
|
||||
border-radius:5px;
|
||||
border:0;
|
||||
cursor:pointer;
|
||||
color:#777;
|
||||
font-size:24px;
|
||||
padding-top:10px;
|
||||
padding-bottom:10px;
|
||||
transition: all 0.3s;
|
||||
margin-top:-4px;
|
||||
font-weight:700;
|
||||
}
|
||||
[type="submit"]:hover { background:#CC4949; }
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue