gpt4 book ai didi

html - 如何让我的文本包裹在一个 div 中?

转载 作者:太空宇宙 更新时间:2023-11-04 05:27:20 27 4
gpt4 key购买 nike

#word {
font-weight: bold;
width: 20px;
height: 100%;
background-color: #0f3039;
}

#answer {
width: 285px;
height: 25px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 15px;
background-color: #0f3039;
margin-left: 348px;
font-size: 16px;
margin-top: 0px;
}
<div id="answer" style="display:none;">
Go With: <span id="word"></span>
</div>

我试图让文本保持在边界内,但它没有正确换行。不确定需要更改什么。

最佳答案

尝试 white-space 可能的值


white-space: none;
white-space: nowrap;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: inherit;

关于html - 如何让我的文本包裹在一个 div 中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4587546/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com