"card shop"
Bootstrap 3.0.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="total-logo">
<div class="total">
<span>Total:</span>
<span class="total-n">205,50 €</span>
</div>
<div class="logo">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/163884/logo-vans.png">
</div>
</div>
<!--End TOTAL-LOGO-->
<div class="step">
<div class="retry">Retry</div>
<div class="line"></div>
<div class="payment">Payment</div>
</div>
<!--End STEP-->
<div class="cont-forms">
<form class="form" autocomplete="off" novalidate>
<fieldset class="card-number">
<label for="card-num">Credit card number</label>
<div class="flex-wrapper">
<input class="cc-number" type="num" maxlength="4" />
<input class="cc-number" type="num" maxlength="4" />
<input class="cc-number" type="num" maxlength="4" />
<input class="cc-number" type="num" maxlength="4" />
</div>
</fieldset>
<fieldset class="card-holder">
<label for="card-num">Credit card holder</label>
<input type="text" />
</fieldset>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: