Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="form-group">
- <h2>Carrossel de informações</h2>
- <hr>
- <div class="row">
- <div class="col-sm-12">
- <label>Pagamento à vista</label>
- <input name="securityTitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <input name="securitySubtitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <br>
- <label>Pagamento parcelado</label>
- <input name="cardTitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <input name="cardSubtitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <input name="cardMinimum" placeholder="Parcela mínima" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <br>
- <label>Frete grátis</label>
- <input name="shippingTitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <input name="shippingSubtitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
- <input name="shippingValue" placeholder="Valor mínimo (apenas números)" class="form-control" type="number" style="margin-bottom: 5px; width: 50%">
- </div>
- </div>
- </div>
Add Comment
Please, Sign In to add comment