How do I space these images inside of a Bootstrap 3 grid system?

后端 未结 3 1826
半阙折子戏
半阙折子戏 2021-01-05 09:12

I am wondering which is the best way to put spaces in between these 3 images with CSS using Bootstrap 3 RC2 as what I have done at the moment is not auto-resizing the images

3条回答
  •  萌比男神i
    2021-01-05 09:48

    As Harm Wellink mentioned, remove your css. You should only need the following html. Notice the "col-xs-4" and the "img-responsive" class. You do not need col-sm-4, col-md-4, col-lg-4 if you intend to have the 3 columns on all screen sizes.

提交回复
热议问题