Advertisement
Guest User

Untitled

a guest
May 21st, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.76 KB | None | 0 0
  1. <body>
  2.     <div class="center-text">
  3.         Enter your payment information to complete purchase
  4.     </div>
  5.  
  6.     <div class="center-img">
  7.         <form>
  8.             <input type="text" name="number" placeholder="Card number" required>
  9.             <input type="Name text" name="Name on Card" placeholder="Name on Card">
  10.             <p>
  11.                 <input type="text month" name="действительный до" placeholder="MM/YY">
  12.             </p>
  13.             <p>
  14.                 <input type="text Card" name="CVV/CVC" placeholder="CVV/CVC">
  15.             </p>
  16.             <b>
  17.                 <p style="text-indent: 150px;">Zip/Postal Code
  18.                     <input type="text 1" name="Zip/Postal Code" placeholder="01001">
  19.                 </p>
  20.             </b>
  21.             <b>
  22.                 <p style="text-indent: 150px; margin-top: -10px">Subscription &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PLUS(ANNUAL)</p>
  23.             </b>
  24.             <p style="text-indent: 269px">
  25.                 <label>
  26.                     <input type="checkbox" name="checkbox">I have read and agree the <u style="color: red">Terms & Conditions</u>
  27.                 </label>
  28.             </p>
  29.             <p style="text-indent: 230px">
  30.                 <input type="submit" name="submit" value="Start My PDFfiller Subscription!">
  31.             </p>
  32.         </form>
  33.     </div>
  34.     <div class="center">
  35.         <form>
  36.             <input type="button" name="button" value="Pay" style="color: white">
  37.             <input type="button" name="button" value="Pay" style="background: white; background-image: url(file:///C:/Users/Alex/Desktop/Безымянны.png); background-repeat: no-repeat; background-position: 60px 10px;">
  38.         </form>
  39.         <div class="center-gray">
  40.             <p>Or pay with PayPal</p>
  41.             <form>
  42.                 <input type="submit" name="submit" value="PayPal" style="color: white; background: #3AAACF; background-image: url(file:///C:/Users/Alex/Desktop/Безымянн.png); background-repeat: no-repeat; width: 128px; margin: 00px 10px;">
  43.             </form>
  44.         </div>
  45.     </div>
  46. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement