"Invoice - Full Responsive Bootstrap 4 , Bootstrap 3"
Bootstrap 4.1.1 Snippet by nitesh575malviya

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="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<body>
<div class="container inv my-5 py-5">
<div class="row">
<div class="col-lg-6"></div>
<div class="col-lg-6">
<h1 class="font-weight-lighter py-1 px-3">INVOICE</h1>
</div>
</div>
<div class="row my-3">
<div class="col-lg-6">
<p class="mb-0">INVOICE TO</p>
<h5 class="mb-0"><b>Mr. Simon Edwards</b></h5>
<p class="mb-0">Lorem Ipsum is simply dummy text of the.. </p>
<p class="mb-0">07570-222804</p>
<p class="mb-0">nmalviya@gmail.com</p>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-lg-12">
<table>
<tbody>
<tr>
<td>Invoice No</td>
<td class="px-3">:</td>
<td>123456</td>
</tr>
<tr>
<td>Date</td>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.signature{
font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
color: #0099D5;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid transparent;
background: #0099D5;
color: #fff;
}
.font-weight-lighter{
font-weight: 300;
background: #0099D5;
color: #fff;
}
.inv{
background: #E6E4E7;
}
.my-3 {
margin-bottom: 1rem !important;
margin-top: 1rem !important;
}
.my-5 {
margin-bottom: 3rem !important;
margin-top: 3rem !important;
}
.py-5 {
padding-bottom: 3rem !important;
padding-top: 3rem !important;
}
.px-3 {
padding-left: 1rem !important;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: