gpt4 book ai didi

html - CSS : create 2 groups of two input text

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

我想重现这个界面:

enter image description here

有 2 组 2 个粘合输入文本元素。

我该怎么做?

最佳答案

给你...

http://jsfiddle.net/9u6Jj/

HTML:

<div class="input_fields">
<input type="text">
<input type="text">
</div>

CSS:

div.input_fields { width: 200px; }

input[type="text"] { margin-bottom: 15px; }

关于html - CSS : create 2 groups of two input text,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22145008/

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