ChromeGaming / GameSphere

In this platform we are here to play games with our friends at a same time without any interuption Our primary goal is to create a plateform where two or more friends can gather and play games online (such as multiplayer) without having to download any software or tools to their computers or mobile devices.
https://gamesphere-multiplayer.github.io/GameSphere/
GNU General Public License v3.0
80 stars 164 forks source link

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

Open divanshiii09 opened 2 weeks ago

divanshiii09 commented 2 weeks ago

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 commented 2 weeks ago

Could you please assign the project to address the issue