0

Here is the Sample image

On the image as shown how to create such cards with carousel in each page it will appear as 3 and in mobile mode it will shown as one card How to do it using Bootstrap or without bootstrap any suggestion?

  • Please show what have you tried so far! – Laposhasú Acsa Aug 09 '17 at 08:51
  • Possible duplicate of [Understanding the grid classes ( col-sm-# and col-lg-# ) in Bootstrap 3](https://stackoverflow.com/questions/18146775/understanding-the-grid-classes-col-sm-and-col-lg-in-bootstrap-3) – Ashil John Aug 09 '17 at 09:26

1 Answers1

1

try using grids in boostrap and divide the cards by column. for example if you have 12 grids, you'll use col-lg-4 for big desktops and then col-xs-12 for small devices.

example

try minimizing the screen and see the responsiveness

Natzin
  • 13
  • 4