Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试为我的网站构建响应式标头。
我有 3 个内联 div(在父 div 内),第一个和最后一个具有固定宽度,我希望中间一个水平填充空白空间。在 CSS 中做到这一点的最佳方法是什么?我应该使用 display: table 吗?我讨厌桌子,我知道它们不应该用于创建网站的布局。
应该是这样的:<-LEFTDIV-> <-----MIDDLEDIV---这一拉伸填充空白空间> <-RIGHTDIV->
任何帮助,将不胜感激 !!