This project demonstrates the use of various CSS form elements for educational purposes. The project includes examples of styling different form elements such as text inputs, radio buttons, checkboxes, and submit buttons.
Open index.html in your browser to view the styled form elements.
Modify the CSS in styles.css to see how different styles affect the form elements.
Text Inputs: Styled text input fields with focus and hover effects.
Radio Buttons: Custom styled radio buttons with CSS.
Checkboxes: Custom styled checkboxes.
Submit Button: A styled submit button with hover effects.
HTML: Used for structuring the form elements.
CSS: Used for styling the form elements.
Clone the project to your local machine:
git clone https://github.com/mesbol6647/html-css-project-2.git