I am trying to make a little website and have two inputs. The problem: One is on the right of the other, but I want to have it beneath. This is a very simple question, though I did not find a good answer.
<form>
<h2>Login</h2>
<input type="text" placeholder="Username" id="username">
<input left="40px" type="text" placeholder="Password" id="password">
<input type="submit" value="Login now">
</form>
` or `