|
|
|
|
|
by androidgirl
2692 days ago
|
|
CSS positioning woes are brutal- until you have the knowledge from previous struggles. Full disclosure, I am artistic, but imo css is a different skillset. You'll have knowledge on when to use flex, floats, or the new css grid, be able to center <pictures> behind text, and all the other traditionally tricky things. Honestly, just practice, don't give up!For layout specifically, Flexbox can solve almost any problem. Once I "got" flexbox I was having an easier time. And CSS-Grid can solve almost everything else! |
|