This repository presents a basic Login Page Activity conducted during our first-week lecture with KodeGo. Explore the code and dive into the concepts covered in the session. Let's embark on a learning journey together!
Simple Login Page
Instructions:
- Create a login form that includes the following input fields:
- A field for the username.
- A field for the password.
- A submit button to log in.
-
Apply CSS styles to center the login form on the page.
-
Customize the appearance of the form elements, such as inputs and the submit button, using appropriate padding, margins, and colors.