I want to achieve the below screenshot design in bootstrap 5 please advise :
I am new to learning bootstrap please guide me.
I want to achieve the below screenshot design in bootstrap 5 please advise :
I am new to learning bootstrap please guide me.
2
Answers
Try something like this,
Here is a working fiddle
Here added grid to medium and hire screens, And for small screens (eg: phones) will look no grid. And even snippet also make sure to look full page view.
I’ve made an alternative fiddle which also respects the scrolling.
This uses the bootstrap classes: overflow-auto, overflow-hidden and the approximate height via Viewport Height e.g.
height: 77vh
Fiddle: https://jsfiddle.net/andyg2/4a2yjd6f/