Registration-Form

This project contains a simple and responsive HTML form designed to collect user personal information. The form is styled using internal CSS and centered using Flexbox for a clean and modern look.

✨ Features

πŸ“„ Fieldset & Legend used for proper grouping of form inputs

πŸ§‘β€πŸ¦± Collects Full Name, Email, Password, Gender, Date of Birth, and Address

βœ”οΈ Includes required attributes for mandatory fields

🎨 Styled with CSS (box-shadow, border-radius, flexbox alignment, form layout)

πŸ“… Date picker (input[type=”date”]) for selecting Date of Birth

πŸ” Separate password and confirm password fields

πŸ“± Fully responsive and centered using Flexbox

πŸ”˜ Gender options provided using radio buttons

πŸ› οΈ Technologies Used

β€’ HTML5

β€’ CSS3

πŸ“Œ Code Highlights

β€’ Uses fieldset and legend for semantic structuring

β€’ Clean and user-friendly input design

β€’ Modern UI with shadow and rounded corners

β€’ Layout fits in the center of the screen for better readability

πŸ“· Preview

A simple and attractive layout that contains form fields such as:

β€’ Full Name

β€’ Email

β€’ Password & Confirm Password

β€’ Gender (Male/Female/Others)

β€’ Date of Birth

β€’ Address

β€’ Submit Button

πŸš€ How to Use

  1. Clone or download the project

  2. Open the HTML file in any browser

  3. Fill the form and test the UI