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

Incorrect CSS Property Usage and Styling Enhancement for Submit Button #836

Open
adityas-github opened this issue May 15, 2024 · 1 comment · May be fixed by #847
Open

Incorrect CSS Property Usage and Styling Enhancement for Submit Button #836

adityas-github opened this issue May 15, 2024 · 1 comment · May be fixed by #847
Assignees
Labels

Comments

@adityas-github
Copy link

adityas-github commented May 15, 2024

What would you like to share?

Description:

The current implementation of the submit button in [Project Name] utilizes an incorrect CSS property, align: center, which is invalid. This leads to a styling issue where the button is not horizontally centered within its container. To rectify this, I propose replacing align: center with the appropriate method for horizontal centering, such as margin: 0 auto.

Expected Behavior:

The submit button should be horizontally centered within its container.

Current Behavior:

The submit button is not horizontally centered due to the use of the invalid CSS property align: center.

Proposed Solution:

Replace the incorrect align: center property with the appropriate method for horizontal centering, such as align -tems:center.

In addition to addressing the horizontal centering issue, I have enhanced the submit button's styling by adjusting its height across different screen sizes. Moreover, I've changed the border color to enhance visibility and improve its aesthetic appeal within the interface.

Screenshot:

Attached is a screenshot showcasing the upgraded UI, highlighting the improvements made to the styling of the submit button.
problem
solved

Request for Assignment:

I kindly request that this issue be assigned to me so I can proceed with implementing the proposed fixes and enhancements.

Additional information

No response

@SauravMukherjee44
Copy link
Owner

@adityas-github You can work on this issue!
Thanks for choosing our community project. 🙌🏻

✅ For any queries, Please reach out to me here: https://www.linkedin.com/in/sauravmukherjee44/

@adityas-github adityas-github linked a pull request Jun 5, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants