Create a Function for Flexbox Layout (it will fix flexbox perfectly accross multiple rows)
In this video, we'll write a function that gives us total control over the number of flex items being displayed on one line. The function will help us display equally sized and spaced items that line up perfectly across multiple lines.
Resources
Videos
1. set gutter:10px
3. make a formula:
g-total: gutter total.
items: flexbox.
per-line: in one line.
4. set _card.css, different min-width, with different flexboxes on one line.
Now, look the browser:
Comments
Post a Comment