disable header in one page only

This commit is contained in:
KhatamNugraha
2024-04-17 09:41:49 +07:00
parent 6a961c8f75
commit b7dd8991ed
2 changed files with 16 additions and 13 deletions

View File

@ -59,11 +59,13 @@
text-align: center;
position: fixed;
margin-top: 1cm;
top: 23cm;
font-size: 12px;
}
.header {
/* .header {
position: fixed;
top: -60px;
@ -75,16 +77,12 @@
color: white;
text-align: center;
line-height: 35px;
}
} */
/* Hide header on first page */
body:nth-child(1) .header {
/* body:nth-child(1) .header {
display: none;
}
.footer {
top: 23cm;
}
} */
.pagenum:before {
content: counter(page);
@ -94,11 +92,15 @@
page-break-after: always;
}
</style>
</head>
<body>
<ul class="no-bullets">
<li>Nomor &nbsp; : {{$data['infoSuratOld']['no_surat']}}</li>
<li>Nomor &nbsp; : {{$data['infoSuratNew']['no_surat']}}</li>
<li>Tanggal : {{ $data['today'] }}</li>
</ul><br>
<ul class="no-bullets">