Skip to content

fixed index.html #672

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

KedijaAnsha
Copy link

PR Template for The Odin Project
Fixed HTML Example:

Because

This PR addresses and fixes CSS styling issues, ensuring the design now matches the expected result. It solves border visibility problems and fixes the padding on the buttons to create a cleaner layout.

This PR

Fixed the border visibility by changing from border-color to border: 2px solid white;.

Added padding to buttons (if allowed) for improved spacing: padding: 8px 16px;.

Checked for conflicting global styles that could override button properties.

Improved button appearance and overall layout consistency.

Issue

Closes #XXXXX

Additional Information

Tested locally and visually confirmed that the changes meet the expected design.

Pull Request Requirements

I have thoroughly read and understand The Odin Project Contributing Guide

The title of this PR follows the location of change: brief description of change format, e.g. 01-flex-center: Update self check

The Because section summarizes the reason for this PR

The This PR section has a bullet point list describing the changes in this PR

If this PR addresses an open issue, it is linked in the Issue section

If applicable, I have ensured that the TOP solution files match the Desired Outcome image

when we summarize it:
This PR addresses the issue where button styles weren’t displaying properly, including the border and padding, while also making sure no conflicting styles are applied. I’ve tested it locally, and the visual results should match the desired outcome now.

Here is a fixed HTML!!
@KedijaAnsha
Copy link
Author

Hey there!

Thanks for the hard work you put into this PR. After reviewing everything, it looks like the changes address the CSS issues, including the border visibility and button padding, and the design now matches the expected result!

I appreciate how you handled the conflicting styles and improved overall layout consistency.

I’m closing this PR now as everything looks great. If there are any final adjustments or updates to make, feel free to reopen the PR or submit another one. Thank you for your contributions!

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