binomech
1 week ago
I recommend using flexbox (display: flex)! It'll help with making responsive layouts
binomech
1 week ago
@falco77 Yes! You can wrap it on narrower viewports and extend it on larger ones very easily, and it's also slightly more friendly accessibility-wise (some people use HTML table components, which is a no-no)
falco77
1 week ago
@binomech Thanks very much! I've had a play with a flex coding game and it makes a fair bit of sense. I just have to learn how to actually create the individual boxes now
binomech
1 week ago
@falco77 If you need help with snippetting the code, my Discord is binomech and my e-mail is on my site :) Happy to help!
What's that saying about best laid plans and all that?