-
Notifications
You must be signed in to change notification settings - Fork 54
finallywordle #61
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
finallywordle #61
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ishwarendra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also complete black doesn;t look too good. Try to keep light background for now to match other games and activities.
src/styles/pages/games/Wordle.css
Outdated
| width: 100vw; | ||
| height: 100vh; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/styles/pages/games/Wordle.css
Outdated
| color: white; | ||
| } | ||
|
|
||
| body { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont' add css to body, h1, div p and similar tags that can affect other components as well.
src/styles/pages/games/Wordle.css
Outdated
| color: white; | ||
| } | ||
|
|
||
| .board { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name css class like wordleBoard instead of board.
|
@Ishwarendra can you check now??? |
Ishwarendra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work.

can you check if its fine?