gpt4 book ai didi

html - 如何使这个包含文本、按钮和文本框的 div 部分在所有屏幕尺寸下都能顺畅响应?

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

我有我的@media 代码,但它没有很好地对齐。我希望你能帮助我将内容从 320px 对齐到移动设备的 767。平板电脑为 768px 至 800px。我的html代码对吗?我无法顺利对齐内容:(

html代码:

<div class="container-fluid header-subscribe-section">
<div class="container">
<div class="row">
<div class="col-md-7">
<p>
<span class="header-p-latestmenus font-Awesome white">Get our latest games in your inbox.</span>
<span class="header-p-subscribe font-GreatVibes white">Subscribe Now!</span>
</p>
</div>
<div class="col-md-5" id="mobile-enter-email">
<input type="text" name="lname" class="header-textboxemail font-Awesome white" placeholder="Email Address">
<button type="button" class="header-btsubscribe font-GaramondPremierePro">SUBSCRIBE</button>
</div>
</div>
</div>
</div>

CSS 代码:

.header-subscribe-section {background-color:#ad1f34; height:99.27px; width:100%}
.header-p-latestmenus{font-size:20px; letter-spacing:0.5px;}
.header-p-subscribe{font-size:28px; letter-spacing:0.5px;}
.header-btsubscribe{border-radius:4px; background-color:#831024; color:white; width:134.55px; height:44.19685px; width:146.19685px; border:none;font-size:18px;}
.header-textboxemail{width: 286.779527559px;height: 46.19685px;font-size: 17px;border: 0;}
.header-subscribe-section p{padding: 4% 14%;}

header-subscribe-section: the alignment can be changed for mobile

最佳答案

您可以将 col-xs-36 添加到您的父级 div,通常我们在较小的屏幕上将输入宽度设置为 100%

将 css 文件中的宽度属性更改为 100%安德移除高度

关于html - 如何使这个包含文本、按钮和文本框的 div 部分在所有屏幕尺寸下都能顺畅响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46870952/

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