Bootstrap grid won't work using xs columns

后端 未结 2 700
陌清茗
陌清茗 2020-12-21 17:48

I started a new project on Codepen and I\'m using bootstrap.. It\'s been a while since I worked CSS. The grid sistem is not responding for me, I can\'t find the problem. I e

2条回答
  •  爱一瞬间的悲伤
    2020-12-21 18:29

    The pen is using Bootstrap 4, and the CSS class names have changed. The xs infix has been removed in 4.x...

    col-xs-offset-3 is now offset-3
    col-xs-6 is now col-6

      

    FFC Calculator

    http://codepen.io/anon/pen/JNyqWX

提交回复
热议问题