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

[Bug]: Undefined Color Values for html and body in style.css for Connect_Four Game #1130

Open
1 task done
divanshiii09 opened this issue Oct 16, 2024 · 1 comment
Open
1 task done

Comments

@divanshiii09
Copy link

Give a brief about the bug ✍️

In the style.css file located in the Connect_Four folder, the html and body selectors have color properties defined but not assigned any values. This omission may result in unexpected rendering in the browser, as default values will be applied instead.

Attached Screenshot:

WhatsApp Image 2024-10-16 at 22 34 39_15852fd1

What is the expected behavior? 🤔

Each CSS property should have an appropriate value assigned to ensure consistent styling across the application. By providing defined color values for the html and body selectors, we can ensure that the intended design is properly rendered in the browser.

Call to Action:

I will determine the appropriate colors to assign to these properties. If the html and body elements do not require a color, I will remove the entire color definition.

Provide step by step information reproduce the bug 📄

  1. Navigate to the following directory: Connect_Four

  2. Open the style.css file.

  3. Locate the html and body selectors.

  4. Observe that the color properties are defined but lack assigned values.

Select program in which you are contributing

GSSoC24, Other

Code of Conduct

@JamiKishore21
Copy link

Could you please assign the project to address the issue

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

2 participants