lugarcia94

settings.html

Sep 10th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.54 KB | None | 0 0
  1.     <div class="form-group">
  2.         <h2>Carrossel de informações</h2>
  3.         <hr>
  4.         <div class="row">
  5.             <div class="col-sm-12">
  6.                 <label>Pagamento à vista</label>
  7.                 <input name="securityTitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  8.                 <input name="securitySubtitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  9.                 <br>
  10.  
  11.                 <label>Pagamento parcelado</label>
  12.                 <input name="cardTitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  13.                 <input name="cardSubtitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  14.                 <input name="cardMinimum" placeholder="Parcela mínima" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  15.                 <br>
  16.  
  17.                 <label>Frete grátis</label>
  18.                 <input name="shippingTitle" placeholder="Texto negrito" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  19.                 <input name="shippingSubtitle" placeholder="Texto normal" class="form-control" type="text" style="margin-bottom: 5px; width: 50%">
  20.                 <input name="shippingValue" placeholder="Valor mínimo (apenas números)" class="form-control" type="number" style="margin-bottom: 5px; width: 50%">
  21.             </div>
  22.         </div>
  23.     </div>
Add Comment
Please, Sign In to add comment