From 3b5e5547b9e217068e71fecd8880d6b77acb9565 Mon Sep 17 00:00:00 2001 From: Yassine Chouyoukh Date: Mon, 14 Jul 2025 22:11:24 +0100 Subject: [PATCH] add a register page --- form-input-wave/index.html | 2 +- form-input-wave/registre.html | 46 +++++++++++++++++++++++++++++++++++ form-input-wave/style.css | 4 +-- 3 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 form-input-wave/registre.html diff --git a/form-input-wave/index.html b/form-input-wave/index.html index 77ddc08..cce75f3 100644 --- a/form-input-wave/index.html +++ b/form-input-wave/index.html @@ -29,7 +29,7 @@ -

Don't have an account? Register

+

Don't have an account? Register

diff --git a/form-input-wave/registre.html b/form-input-wave/registre.html new file mode 100644 index 0000000..9910618 --- /dev/null +++ b/form-input-wave/registre.html @@ -0,0 +1,46 @@ + + + + + + + Form Input Wave + + +
+

Sing up

+
+
+ + +
+
+ + + +
+ +
+ + +
+ +
+ + +
+ + + +

Already have an account? Login

+
+
+ + + diff --git a/form-input-wave/style.css b/form-input-wave/style.css index f5548ce..56cbe7e 100644 --- a/form-input-wave/style.css +++ b/form-input-wave/style.css @@ -43,6 +43,7 @@ body { font-size: 16px; border: 0; border-radius: 5px; + margin-top: 30px; } .btn:focus { @@ -54,12 +55,11 @@ body { } .text { - margin-top: 30px; + margin-top: 40px; } .form-control { position: relative; - margin: 20px 0 40px; width: 300px; }