1

I know how to make it work in plain bootstrap, but I was wondering how to make five columns of equal length using react-bootstrap. I tried using the same technique as I'd use in plain bootstrap, but it doesn't work. I want to make something like this but instead of six, I need five columns.

Thanks!

enter image description here

abidishajia
  • 222
  • 1
  • 6
  • 15

1 Answers1

0

You may use div html elements with classes instead of Col and define specific styling for them

Zoreslav Goral
  • 320
  • 2
  • 10