CSS Layouts: Flex box & Grid Explained
When building a website, we mostly do one thing:
👉 arrange boxes on the screen.
CSS gives us two great tools for this:
Flexbox
CSS Grid
Let’s understand both in a very simple way.
Flexbox (One Direction Layout)
What is Flexbox?
Flexbox arranges ...
arjun-css-blog.hashnode.dev1 min read