How can I horizontally align a form? For example:
<form>
<input type="email" placeholder="example@ravvel.com">
<div>
<input class="enter" type="submit" value="Send"/>
</div>
</form>
Will give boxes as such:
email
send
Whereas I want them to appear in this fashion:
email send