From 84e94aa92f506b91b19e73832794703f5f7a0689 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 5 May 2019 17:17:07 +0200 Subject: [PATCH] Added style contact form --- _includes/contact.html | 32 +++++++++++++++++++++- _sass/_layout.scss | 60 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 90 insertions(+), 2 deletions(-) diff --git a/_includes/contact.html b/_includes/contact.html index 7b261f3..a39c130 100644 --- a/_includes/contact.html +++ b/_includes/contact.html @@ -3,8 +3,38 @@ -

Get your custom logo

+

Get your custom logo

Get your own minimal logo with a turnaround which suits you.


+ +
+
+

What’s the Name of your project you need a logo for?
+

+
+

What is your Email Address?
+

+
+
+

Tell us more about your project. What type of logo are you looking for? What is the audience and what do you aim to accomplish with your project? Help us help you.
+

+
+
+

Name a Price
+

+
+
+ +
+
+
+
+ +

Every logo gets the fully fledged treatment from us. The higher your
bid is, the quicker we can get your logo up to speed. Not satisfied?

+

We offer a 100% Money Back Guarantee.

+ +
+

Questions? Contact us.

+
\ No newline at end of file diff --git a/_sass/_layout.scss b/_sass/_layout.scss index abf0658..bb7cff6 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -62,6 +62,30 @@ -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } + } + + .button-submit { + display: inline-block; + text-decoration: none !important; + color: #fff !important; + background-color: #000; + font-size: 16px !important; + font-weight: 600; + text-transform: uppercase; + border: 3px solid #000; + box-sizing: border-box; + border-radius: 10px; + padding: 12px 20px; + margin-left: 15px; + + &:hover { + background-color: transparent !important; + color: #000 !important; + border: 3px solid #000; + -webkit-transition: all 0.3s ease-in-out; + -moz-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + } } .button-premium { @@ -262,6 +286,10 @@ padding-top: 2rem; } + .pt-3 { + padding-top: 3rem; + } + .pb-2 { padding-bottom: 2rem; } @@ -275,7 +303,7 @@ min-height: 500px; margin-top: 2rem; padding-top: 4rem; - font-size: 24px; + font-size: 20px; } .bg-mute hr { @@ -332,3 +360,33 @@ .non-justify { text-align: initial; } + +.align-left { + text-align: left; +} + +input { + font-size: 16px; +} + +form textarea { + width: 100%; + max-width: 100%; + min-width: 100%; + padding: 14px 24px; + box-sizing: border-box; + color: #000; + background: #FFFFFF; + border: 2px solid #D8D8D8; + border-radius: 4px; +} + +input[type=text], input[type=textarea], input[type=number] { + width: 100%; + padding: 14px 24px; + box-sizing: border-box; + color: #000; + background: #FFFFFF; + border: 2px solid #D8D8D8; + border-radius: 4px; +} \ No newline at end of file