DEV Community

Cover image for Flexbox grid
Artem
Artem

Posted on

1

Flexbox grid

Hi people :)
I'am sorry, my English is bad..
This is my first post on dev.to
Please don't throw stones at me :)

I had a task to make a CSS grid.

Alt Text

Of course you can do it on css grid and I did it on them.
But I can't find easy ways! :)
And so I made it on flexbox..

Alt Text

I also needed to implement margins in it "margin: 1px".
To calculate the indents, I used the css function "clamp()".

Here's what came of it
(https://codepen.io/brendan8c/pen/oNxqKNY?editors=1100)
What do you think about this?

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay