164
18
565
63K
9
Download Image
@frontenddude grid-template: repeat(3, 1fr) / repeat(3, 1fr); Bon Appétit, looks delicious! 👍💯
@frontenddude Neither. Pure html table with no styling.
@frontenddude display: grid grid-template-columns: repeat(3, 1fr) 🙂
@frontenddude Grid but you wanted to just use some divs.
@frontenddude Don’t know what you used to make it, but I know what you’re going to use if you eat all that.
@frontenddude I like your joke. It could be both flex and grid .
@frontenddude Grid will be great to adapt to smaller screen sizes
@frontenddude For large contents we use grid, For small contents we use flexbox.