gpt4 book ai didi

css - HTML/CSS : automatically center input text following device width

转载 作者:太空宇宙 更新时间:2023-11-03 21:43:16 25 4
gpt4 key购买 nike

我正在尝试将 2 个输入文本置于我的移动网页的中心。

enter image description here

HTML

<div class="servers">
<input type="text" name="text-basic" id="text-basic" value="dfrferf" class="btn_private_server">
<input type="text" name="text-basic" id="text-basic" value="gtgtrgrt" class="btn_public_server">
</div>

我不知道怎么做。

CSS

.servers {
display: table-caption;
margin: 40px;
}

#text-basic {
font-weight: bold;
font-size: 16px;
}

最佳答案

 .servers {

width: 50%;
margin: 0 auto;
}

关于css - HTML/CSS : automatically center input text following device width,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22146356/

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