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

Enhancements to Button and Link Styling: Improved HTML Structure and CSS Flexibility #38

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

Conversation

Cyrus-Sobaan
Copy link

Improved Button Alignment and Text Size with HTML Structure and CSS Updates

Summary

I’ve made some updates to the HTML and CSS code to enhance the structure and styling of the buttons and links. Specifically, I’ve wrapped the anchor tags and buttons inside a

element. This will allow us to apply consistent styling more efficiently.

In the CSS, I’ve added a .button class where I’ve applied the display: flex; property for better layout control. Additionally, I’ve adjusted the font-size for improved readability.

These changes should help streamline the styling process and make future adjustments easier.
Screenshot 2024-08-12 234924

Motivation

I made this Pull Request to address issues with button alignment, text sizes, and overall HTML structure. I added a

around the buttons and anchor tags in the HTML and applied display: flex; in the CSS for improved alignment. Additionally, I adjusted the font-size for better consistency across the site.

These changes aim to resolve the mentioned issues and enhance the overall user interface.

Testing

Questions

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.

1 participant