【发布时间】:2023-02-01 02:42:56
【问题描述】:
我试图在标题下方添加我的文本,但它在屏幕边缘被压扁了。代码:
<h1 style="font-family: 'Roboto', sans-serif; color: white;
display: flex; align-items: center; justify-content: center; font-size: 64px;">
header
<div style="font-family: 'Roboto', sans-serif; color: white;
display: flex; align-items: center; justify-content: center; font-size: 14px;">
text that needs to be under the header
</div>
</h1>
我尝试删除 div,但随后文本位于其下方的文本之上。我试图让它在我的标题下。
【问题讨论】:
-
删除显示:flex
标签: html