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

Center Business Catalog Div & Add Button Shadows #4

Open
mahendra785 opened this issue Aug 20, 2024 · 1 comment
Open

Center Business Catalog Div & Add Button Shadows #4

mahendra785 opened this issue Aug 20, 2024 · 1 comment

Comments

@mahendra785
Copy link
Collaborator

On the List Page, center the Business Catalog div horizontally on the screen. Additionally, add a shadow effect to the buttons of the website to make them stand out more.

@mahendra785
Copy link
Collaborator Author

Center Business Catalog Div & Add Button Shadows

Pseudocode

1. List Page Structure

  • ListPage Component
    • div.business-catalog
      • Contains the business catalog content.
      • Needs to be centered horizontally on the page.
    • button - Buttons within the website that need shadow effects.

2. Center Business Catalog Div Horizontally

  • Centering the Div
    • Use CSS to center the business-catalog div on the screen.
    • Apply margin: auto; to center the div horizontally.
    • Set a max-width or width to control the size of the div.

3. Add Button Shadow Effects

  • Button Shadows
    • Apply a box-shadow to the buttons.
    • Ensure the shadow effect makes the buttons stand out but remains subtle and visually appealing.

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

No branches or pull requests

1 participant