How to do equal columns with flexbox! explanation in bangla

Опубликовано: 24 Июль 2026
на канале: Success Mind Institute
48
1

CSS Flexbox ব্যবহার করে কিভাবে ওয়েবসাইটের column's গুলকে সমান সাইজের বানাবেন! তা নিয়েই মূলত আমাদের এই ভিডিওটি।
আশাকরি , আপনাদের সবার উপকারে আসবে । ভিডিওটি দেখে ভালো লাগলে Like , Comment , Share & Subscribe করে আমাদের পাশে থাকুন। 😊

There are a few different ways to get the multiple columns we want to be equal in width, but some are better than others. For all the approaches, the basic idea is that we want to get all the columns base size to be the same. If they have an equal base size, then they will shrink (or grow, if we use flex-grow) at an equal rate when flexbox does it’s flex things, and in theory, that should make them the same size.

There are a few common ways to do this, but as I discovered while diving into all of this, I have come to believe those approaches are flawed. Let’s look at two of the most common solutions that I see used in the wild, and I’ll explain why they don’t work.

Method 1: Using flex: 1
Method 2: flex-basis: 100%

#css #css3 #csstutorialscool #cssflexbox #webdesign #webdevelopment #webdeveloper #web3 #cssflex #equality #html #html5 #htmltutorial #htmlcss #htmlcss2021 #htmlcode #css3course #csshovereffect #cssloader #bangla #tutorial