<div class="newslatter__content-email">
<input type="url" name="place-link" id="linkinput" placeholder="Email address" class="newslatter__content-email-place" required>
<button class="newslatter__content-email-button">Save me</button>
</div>
.newslatter__content-email {
margin: 18px 0;
display: flex;
width: 477px;
height: 59px;
justify-content: space-between;
}
.newslatter__content-email-place {
padding: 0 0 0 10px; //
margin: 0;
width: 249px;
height: 59px;
background: #EFEFF7;
border-radius: 5px;
outline: none;
border: none;
font-size: 13px;
line-height: 16px;
color: #7A85AD;
}
.newslatter__content-email-place::placeholder {
padding-left: 30px;
}
.newslatter__content-email-button {
border: none;
width: 184px;
height: 59px;
background: #4D6CE1;
box-shadow: 0px 5px 15px rgba(116, 104, 255, 0.2);
border-radius: 5px;
font-family: Quicksand;
font-style: normal;
font-weight: bold;
font-size: 13px;
line-height: 16px;
text-align: center;
color: #FFFFFF;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.