Login/Sign Up HTML Responsive Animated Forms
Products included:
Animated Login/Sign Up HTML form
Forgot Password form
-
Reset Password form
Features:
Available Light and Dark mode.
Responsive
Easy to customize and include in your own projects.
Demo:
Instructions:
If you want to use this theme in a web project you're building, you need to first copy and paste the following folders into your website's root folder:
css
js
fonts
Then follow these steps:
Copy-paste either the light or dark stylesheet <link> into the <head> of the page where you want to include the forms
<link rel="stylesheet" href="css/style.css"> --> Light theme
<link rel="stylesheet" href="css/style-dark.css"> --> Dark theme
<link rel="stylesheet" href="css/font-awesome.min.css">
At the end of your page, right after the closing </body> tag, place the script's link to the script.js file:
<script src="js/script.js"></script>
Copy/paste the code that's inside the <div class="container" id="container"> tag of the theme's HTML files into the pages of your application