gpt4 book ai didi

html - 我不能让我的宽度扩大

转载 作者:行者123 更新时间:2023-11-28 10:35:59 25 4
gpt4 key购买 nike

我对 css 和 html 相当满意,但我无法扩展 div 的宽度。我试过使用 !important 来超越其他任何东西,但它不起作用。

CSS

  .LR-site-description{
color:#fff;
font-size:26px;
font-weight:bold;
text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
width:900px !important;
text-align:center;

HTML

  <div class="LR-site-description montserrat" style="width:600px">
<p>How would a friend describe what you are working on? Sometimes being vague.</p>
</div>

所以我在这两个方面都有宽度,因为我试图让它在 CSS 和样式中都起作用。在实际站点 treerings.co 上,第二段不会扩展超过 300 像素。我使用的是 launchrock 模板,但它提供了一个完整的自定义。任何帮助都会很棒我已经为此工作了几个小时:-(

最佳答案

据我所知,在网站 treerings 上你实际上有 360px 的宽度,它来自一行 max-width: 360px; 所以只需添加 max-width : none !important; 以您的样式覆盖属性

关于html - 我不能让我的宽度扩大,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23328670/

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