Create account

replied 2209d
We need more competition! So glad the interest is there though, I bet this is going to be a huge sector eventually. I'll help out in any way I can
replied 2209d
Do you know any CSS? That’s what’s holding me up right now because I suck at CSS and design.
replied 2209d
I got u. What needs to be done?
replied 2209d
CSS grids. One row is 7 cols. #1 is left justified, #2 is blank (resizes with the window), #3-7 are right justified. Can't get a constant gap with #3-7; it changes with resize.
replied 2209d
Can you make a code pen
replied 2209d
Use CSS Flexbox, it's native and works extremely easily:

https://css-tricks.com/snippets/css/a-guide-to-flexbox/
replied 2209d
Grid is the successor to flexbox, so I was hoping to employ new tech. Might give up and just use bootstrap 😂
replied 2209d
Unfortunately I haven't done any web development in a while, I would be happy to help out where I can though