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

Connections React Game: Words listed should be in a grid #19

Open
tati-guzman opened this issue Sep 11, 2024 · 0 comments
Open

Connections React Game: Words listed should be in a grid #19

tati-guzman opened this issue Sep 11, 2024 · 0 comments

Comments

@tati-guzman
Copy link
Owner

Summary of Issue

In the Connections React Game the buttons appear in a vertical list because they lack styling. They should appear in a four by four grid.

Where was the problem found?

May be best tackled in the App CSS file

Type of Problem

Styling: This is a CSS heavy issue.

Suggested Solution

There may be several ways to approach this: create containers for each group of buttons (Right now the buttons always show up in the same order. The ideal lay out would be Row 1: Buttons 1 - 4, Row 2: Buttons 5 - 8.) Style the container to show the buttons horizontally.

Another approach could be to add a grid and place each button in a grid box. The only caveat is that the submit button should still be underneath all the buttons (ideally centered)

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

1 participant