binomech
1 month ago
I'm excited to read your stuff :) I would like to help out with pagemaking, but the "how" depends a lot on how complex you want to get with it. Some starting CSS work would be the same regardless; do you use Discord?
falco77
1 month ago
@binomech Mainly I want to start basic like I have so far and then build up from there.
I recommend using flexbox (display: flex)! It'll help with making responsive layouts
@binomech is that what you use for your site?
@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)
@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
@falco77 If you need help with snippetting the code, my Discord is binomech and my e-mail is on my site :) Happy to help!