Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update style in signin form #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Hasti522004
Copy link

Box Shadow for Input Fields:

  • Added margin-bottom: 20px; to the .wrap-input100 class to provide space between input fields.

  • Added padding: 10px 15px; margin: 5px 0; border-radius: 5px; border: 1px solid #ccc; width: 100%; box-sizing: border-box; to the .input100 class to enhance the padding, margin, and overall appearance of the input fields. This ensures the input boxes have a uniform style with appropriate padding and margins.

Box Shadow for Input Fields:

  • Added box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); to the .input100 class to give a subtle shadow effect to the input fields.

Box Shadow for Buttons:

  • Added box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); to the .login100-form-btn class to give a shadow effect to the buttons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant