题目内容

在bootstrap中,不属于flex-wrap属性值的是()

A. nowrap
B. colwrap
C. wrap
D. wrap-reverse

查看答案
更多问题

把一个常规的 HTML 文件变为使用了Bootstrap的模板的文件需要引入的不包括()

A. jquery.js
B. animate.js
C. bootstrap.min.js
D. bootstrap.min.css

在bootstrap中,()不属于栅格系统的实现原理。

A. 自定义容器的大小。平均分为12份
B. 基于JavaScript开发的组件
C. 结合媒体查询
D. 调整内外边距

在bootstrap中,以下的()不是文本对齐的方式。

A. .text-left
B. .text-middle
C. .text-right
D. .text-justify

在bootstrap中,()是错误的媒体查询的写法。

A. @media all and (min-width:1024px) { };
B. @media all and (min-width:640px) and (max-width:1023px) { };
C. @media all and (min-width:320px) or (max-width:639px) { };
D. @media screen and (min-width:320px) and (max-width:639px) { };

答案查题题库