From 2bbe503b52d80172dfb39ca230bb2601b6240c41 Mon Sep 17 00:00:00 2001 From: ValentinIl Date: Mon, 21 Dec 2015 05:43:05 +0200 Subject: [PATCH] popup fin master --- style2.css => form.css | 9 +-- index.html | 121 ++++++++++++++++++++++++----------------- style.css | 34 ++++++++++-- 3 files changed, 101 insertions(+), 63 deletions(-) rename style2.css => form.css (89%) diff --git a/style2.css b/form.css similarity index 89% rename from style2.css rename to form.css index 100f26a..0a60436 100644 --- a/style2.css +++ b/form.css @@ -8,14 +8,6 @@ margin: 0; } -#registration{ - display: none; - position: fixed; - top: 00px; - background: #fff; - border-radius: 5px; -} - form a{ color: #9682c2; } @@ -32,6 +24,7 @@ form{ bottom: 0:; margin: auto; padding: 10px; + } h3{ diff --git a/index.html b/index.html index fb84319..c759a8c 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,27 @@ Invoicer - + +
@@ -19,7 +37,7 @@ About us Faq Tutorials - Sign up + Sign up @@ -39,7 +57,7 @@

Easiest invoices

Our features

-
+

Easy invoices that save time

@@ -117,58 +135,61 @@

Don't forget to sign up

-
-

Sign up


-
-
Username
-
Email
-
-
Password - -
-
Confirm password - +
+

-
-
-
First name
-
Last name
-
- -
Sex
-
-
- - -
-
- - +
+
+
First name
+
Last name
+
+ +
Sex
+
+
+ + +
+
+ + +
-
+ +
City +
+
+ + +

-
City -
+ I agree with Terms and conditions +
+ +
- - -

- - I agree with Terms and conditions -
- - -
- + +
\ No newline at end of file diff --git a/style.css b/style.css index eb25fc2..85ba15c 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,7 @@ url(font/Apercu/apercu_regular-webfont.ttf) format("truetype"); } +a, body { font-family: "Apercu", Arial, sans-serif; color: #827e86; @@ -22,10 +23,27 @@ body { a{ text-decoration: none; - color: #fff; + color: inherit; +} + +.popup { + width: 100%; + min-height: 100%; + background-color: rgba(0,0,0,0.5); + overflow: hidden; + position: fixed; + top: 0px; + display: none; } -/* Header block style*/ +#registration{ + position: fixed; + top: 00px; + background: #fff; + border-radius: 5px; +} + +/******* Header block style *******/ .header-block { height: 100vh; @@ -85,11 +103,12 @@ header nav { .header-controls{ position: absolute; width: 500px; + height: 200px; left:0; top: 0; right: 0; bottom: 0; - margin: 230px auto; + margin: auto; } .header-controls>h1{ @@ -137,7 +156,7 @@ header nav { right: 0; } -/* Main block style*/ +/******* Main block style *******/ #our_features h2{ text-align: center; @@ -200,7 +219,7 @@ header nav { color: #fff; } -/* Footer block style*/ +/******* Footer block style *******/ .users_reviews{ text-align: center; @@ -308,8 +327,13 @@ footer li{ margin: 10px 10px; } +.clearfix, footer::after { content: ""; display: block; clear: both; } + +.description{ + +} \ No newline at end of file