Files
konfirmasibank/Resources/views/exportPdf.blade.php
2024-02-20 15:49:22 +07:00

90 lines
1.7 KiB
PHP

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* Contoh style tambahan */
@page {
margin-top: 3.5cm;
margin-right: 1.5cm;
margin-left: 1.5cm;
}
/** Define the header rules **/
header {
position: fixed;
top: 0cm;
left: 0cm;
right: 0cm;
height: 6.5cm;
}
/** Define the footer rules **/
footer {
position: fixed;
bottom: 0cm;
left: 0cm;
right: 0cm;
}
/* body{
margin-top: 2.5cm;
margin-bottom: 100px;
} */
/* .content {
padding-top:3.90cm;
} */
.space1 {
border: 1px solid black;
border-collapse: collapse;
font-size: 12px;
}
.text-center{
text-align: center;
}
.custom-table {
width: 50%;
}
.tr-custom{
height: 20px;
}
p {
font-family: Arial, sans-serif;
font-size: 12px; /* Ukuran font dalam piksel */
font-weight: normal; /* Ketebalan font (normal) */
color: #333; /* Warna teks */
line-height: normal;
line-break: loose;
}
.no-border-table {
border-collapse: collapse;
}
.no-border-table, .no-border-table th, .no-border-table td,.no-border-table tr {
border: none;
}
ul.no-bullets {
list-style-type: none;
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 12px; /* Ukuran font dalam piksel */
}
</style>
<title>Konfirmasi Bank</title>
</head>
<body>
</body>
</html>