我正在尝试在表单上对齐按钮和电子邮件输入,类似于bootstrap的输入组,但没有使用bootstrap。
以下是我的代码https://jsfiddle.net/4xx276uL/的示例:
.subscribe form button[type='submit'] {
color:white;
background:#3197d6;
border:0px solid #3197d6;
min-height:52px;
min-width:80px;
height: 62px;
margin-left: -4px;
margin-top: -3px;
padding: 5px;
}
我很难看到如何将按钮与输入对齐?
有什么想法吗?
由于