bootstrap前端框架

Bootstrap 是一套流行的前端框架,它帮助你轻松构建对移动设备很友好的响应式网站。

https://www.runoob.com/bootstrap4/bootstrap4-tutorial.html

https://github.com/tmplink/bootstrap4_chinese

Bootstrap 3 和 Bootstrap 4 最大的区别在于 Bootstrap 4 现在使用 flexbox(弹性盒子) 而不是浮动。 Flexbox 的一大优势是,没有指定宽度的网格列将自动设置为等宽与等高列 。 如果您想了解有关 Flexbox 的更多信息,可以阅读我们的 CSS Flexbox 教程 。

https://www.w3school.com.cn/css/css3_flexbox.asp

https://developer.mozilla.org/zh-CN/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox

发表评论