Word Search Game

I am trying to post a word search (game). The letters need to be aligned in rows and columns. Sounds like a table to me so that is what I’ve done. I’d like for the letters to stay uniformly spread out, height and width. Resizing the page for smaller screens would ideally shrink the entire table and keep things in place. That I haven’t figured out. Can it be done? How?

Right now we look like this

Scaling the text could be done via the vw units, or make it “adaptive” with @media queries but a problem may be the letters getting too small to read.
Another option is to contain the box in a scrollable element, it’s still not ideal but possibilites are limited for small screens.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.