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.
我正在尝试将 Flexbox 容器与 div 元素一起使用,并希望文本以一个容器为中心,而在另一个容器的底部。我猜 Flexbox 正在阻止标准vertical-align: middle;按我的预期呈现。
vertical-align: middle;
我在这里创建了一个 JSFiddle来展示我所拥有的。尽管有 CSS,您仍可以看到顶部对齐的文本
为了使文本对齐到我想要的位置,我做错了什么?