并排显示2个按钮

时间:2017-04-16 01:03:09

标签: html login

mySITE

我需要让这个“登录和取消”按钮并排放在一起。

我还需要一张锁定登录按钮的图片..

请帮忙......

到目前为止,这是我的代码:

<div class="container">
            <label><b>Username</b></label>
        <input type="text" placeholder="Username???" name="uname" required>

            <label><b>Password</b></label>
            <input type="password" placeholder="Enter Password" name="psw" required>

            <button type="submit">Login</button>
            <input type="checkbox" checked="checked"> Remember me

</div>

1 个答案:

答案 0 :(得分:1)

您可以在这里办理

使用form-group课程,以及精彩的图标

https://plnkr.co/edit/RNjeqen9BED2hY1hWDRq?p=preview

希望有所帮助

相关问题