gpt4 book ai didi

css - 如何阻止文本与 CSS 重叠?

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

我正在为大学创建一个网站,但我不确定如何在缩小网络浏览器时阻止文本重叠。这就是我的意思:

(不重叠) t

(重叠) tt

这是我的 jsfiddle: ( http://jsfiddle.net/RC4Ar/ )

.words {
font-family:apple;
font-size:20px;
max-width:800px;
height:190px;
margin-top:10px;
margin-left:42%;
}

提前致谢!

最佳答案

假设您要将 words 类添加到段落标签(没有您的 html,我们只能猜测),您只需删除 height 声明。

.words {
font-family: apple;
font-size: 20px;
max-width: 800px;
margin-top: 10px;
margin-left: 42%; }

关于css - 如何阻止文本与 CSS 重叠?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22412856/

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