Forgot Password Form using CSS
Hello Guys! In this blog, I'm going to explain to you how to make a Forgot Password Form with glassmorhism effect using CSS. This will be a step-by-step guide including HTML and CSS. Let's get started 🚀.
Let's cover the HTML part
Now let's import the fonts using Google Fonts API. Below is the code for Poppins Font. Paste the below code in head tag.
Now let's design the card in our <body> tag. In the below HTML code, we have created a card <div> that contains the forgot password form input fields with <p> tag to hold the lock icon, <h2> tag for heading, again <p> tag for info, <input> tag for email input, and button.
Here is the Final HTML Code
Output Till Now
Let's understand CSS Part
In the below CSS code,
- We declare a * selectors to set the font Poppins that we have imported in our head tag.
- Next we declare a body selector which consists of styles for dark mode and aligns all elements in the body to the center.
- Next, we have a card that contains backdrop-filter: blur(10px), background: semi-transparent, and border property to create an amazing glassmorphism effect.
- Next, we have h2, p, .passInput, button with basic stylings.
If you want me to code any project or post any specific post,
feel free to DM me at IG @code.scientist or @codingtorque
If you have any doubt or any project ideas feel free to
Contact Us
Hope you find this post helpful💖
Written by: Coding Torque | Piyush Patil
Follow us on Instagram for more projects like
this👨💻