Skip to content

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

@divanshiii09

Description

@divanshiii09

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions