0
How to make this input stay below the label.
.passo {
width: 30px;
height: 30px;
border-radius: 50%;
line-height: 30px;
text-align: center;
color: #fff;
background: #29b2fe;
margin-right: 15px;
}
.input {
}
<div class="container">
<div class="row row-margem">
<h1 class="h2">Iniciando</h1>
</div>
<form action="">
<div class="row">
<span class="passo">1</span><label class="h3">Crie uma conta</label><br>
<input id="email" class="input">
</div>
</form>
</div>
How so online ? explains better what you want, so we can help you
– 13dev
What do you mean "stay in line"?
– Ciano Barbarossa
Here is already online (inline)
– Dudaskank
@Cianobarbarossa I had it wrong, I thought of one thing and wrote another. I need the input to stay always below the label. It’s getting on the freight.
– Tiago
@Dudaskank I mispressed, I thought of one thing and wrote another. I need the input to stay always below the label. It’s getting in the shipping.
– Tiago
@13dev I mispressed, thought of one thing and wrote another. I need the input to stay always below the label. It’s getting on the freight.
– Tiago