-
Notifications
You must be signed in to change notification settings - Fork 110
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
CSS Refactoring for Enhanced Maintainability and Efficiency #192
base: main
Are you sure you want to change the base?
Conversation
Issuse number: |
@arushi2610 please label the PR and check the PR |
can you send me the link of this page? |
@TornovDutta share screenshots of your change? |
@SaurabhS55 |
Have you enhanced css of this page ? |
no, i enhance this page css |
About:
The refactored CSS eliminates redundancy by grouping similar styles together, such as buttons, inputs, and containers, which were previously defined multiple times. Repetitive properties like border-radius, padding, and font-size are consolidated, improving code clarity and maintainability. Additionally, hover effects and transitions for buttons and inputs are unified to maintain consistency. Media queries and animations remain intact, but unnecessary repetition is removed. This restructuring enhances readability, reduces file size, and ensures easier future updates while maintaining the same design and functionality across different elements.
sceenshot:
Before:
After: