You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
I am creating a card container using divs, with each card holding content inside inner divs. However, I am facing an alignment issue where the "Book Now" buttons in the cards are not aligned at the same level, especially when the content inside the cards has different heights, as shown in the screenshot below.
Expected Behavior:
The "Book Now" buttons should be aligned horizontally at the same level for all cards, regardless of the varying content heights inside each card.
Actual Behavior:
Currently, the buttons appear at different heights based on the length of the content in each card.
Proposed solution
my solution is to design a div container that has inner divs each one for specific content. if the text is more than the given space then we use text overflow using CSS by placing dots at the end and the user hovers over it to display the full text. then all cards have a unique style.,which improves UI
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the code change
Problem:
I am creating a card container using divs, with each card holding content inside inner divs. However, I am facing an alignment issue where the "Book Now" buttons in the cards are not aligned at the same level, especially when the content inside the cards has different heights, as shown in the screenshot below.
Expected Behavior:
The "Book Now" buttons should be aligned horizontally at the same level for all cards, regardless of the varying content heights inside each card.
Actual Behavior:
Currently, the buttons appear at different heights based on the length of the content in each card.
Proposed solution
my solution is to design a div container that has inner divs each one for specific content. if the text is more than the given space then we use text overflow using CSS by placing dots at the end and the user hovers over it to display the full text. then all cards have a unique style.,which improves UI
Record
The text was updated successfully, but these errors were encountered: