New here?
-Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio minus natus est.
- -diff --git a/README.md b/README.md deleted file mode 100644 index 302bb8f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Preview - - -# Login-Registration-Form -Responsive Login & Registration Form Using HTML & CSS & JS .Sliding Sign In & Sign Up Form diff --git a/app.js b/app.js deleted file mode 100644 index ea95d29..0000000 --- a/app.js +++ /dev/null @@ -1,11 +0,0 @@ -const sign_in_btn = document.querySelector("#sign-in-btn"); -const sign_up_btn = document.querySelector("#sign-up-btn"); -const container = document.querySelector(".container"); - -sign_up_btn.addEventListener('click', () =>{ - container.classList.add("sign-up-mode"); -}); - -sign_in_btn.addEventListener('click', () =>{ - container.classList.remove("sign-up-mode"); -}); \ No newline at end of file diff --git a/img/Login & Registration Form.png b/img/Login & Registration Form.png deleted file mode 100644 index 0bdec5f..0000000 Binary files a/img/Login & Registration Form.png and /dev/null differ diff --git a/img/log.svg b/img/log.svg deleted file mode 100644 index c2158b4..0000000 --- a/img/log.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/img/register.svg b/img/register.svg deleted file mode 100644 index aadca70..0000000 --- a/img/register.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 1a5508c..0000000 --- a/index.html +++ /dev/null @@ -1,106 +0,0 @@ - - -
- - -Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio minus natus est.
- -Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio minus natus est.
- -