Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sbergot
on Nov 23, 2022
|
parent
|
context
|
favorite
| on:
An interactive guide to Flexbox
This is actually something I love about tailwind. It doesn't create a layout abstraction. I solve 99% of my layout problems with 2/3 flexbox properties so I strongly recommend learning that.
CSS tricks has a very nice reference/guide:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
danielvaughn
on Nov 23, 2022
|
next
[–]
Yes indeed. Layout abstraction is excellent until you need to do something it doesn’t expect, and then it turns into an absolute nightmare.
dnzm
on Nov 23, 2022
|
prev
[–]
This used to be my go-to Flexbox reference, but Josh' guide supplanted it.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
CSS tricks has a very nice reference/guide: https://css-tricks.com/snippets/css/a-guide-to-flexbox/