|
|
|
|
|
by franciscop
3456 days ago
|
|
> Automatic equal-width grid columns (e.g., two columns are automatically 50% wide) This is not entirely accurate and I know it as the developer of Picnic CSS ( http://picnicss.com/ , which has been using flexbox for a while). The columns will only be equal width with the same content or some smaller content, similarly to how table works. Case in point: https://jsfiddle.net/q39rq6eu/ If the columns were equal-width, we'd see in the example that the one on the right starts in the middle of the screen. |
|