I'm trying to get the <button>
in this case it's 'loop mee' with the gradient inside the <input>
field with the placeholder: lucasdebelder@imd.com;'
How can I accomplish this?
input {
background: #FFFFFF;
border-radius: 55px;
border: none;
}
<input type="email" placeholder="lucasdebelder@imd.com" required="required">
<button>Sign up</button>