【发布时间】:2020-11-01 14:16:58
【问题描述】:
如何使用 flexbox 构建一个像这个网站一样的导航栏 (codewithharry) enter image description here
请提供源链接或请解释一下 或分享任何教程的链接 确保主要使用 FLEXBOX 而且我不想使用引导程序
【问题讨论】:
如何使用 flexbox 构建一个像这个网站一样的导航栏 (codewithharry) enter image description here
请提供源链接或请解释一下 或分享任何教程的链接 确保主要使用 FLEXBOX 而且我不想使用引导程序
【问题讨论】:
【讨论】:
您可以在此处找到带有 NAV 栏的基本 Bootstrap 4 基本模板:
https://www.w3schools.com/bootstrap4/bootstrap_templates.asp
请注意,Bootstrap3 和 Bootstrap4 之间的主要区别在于从使用浮点数到使用 flexbox 的切换。
参考资料:
A quick, concise video tutorial to flexbox
An excellent interactive cheatsheet for flexbox
A Bootstrap3 tutorial that includes a NAV bar - worth working through even for Bootstrap4
【讨论】: