23 lines
519 B
HTML
23 lines
519 B
HTML
<style>
|
|
.sub-anesthsia{
|
|
text-align: center;
|
|
padding-bottom: 4px;
|
|
font-size: 16px;
|
|
/* overflow: hidden; */
|
|
}
|
|
@media print {
|
|
.sub-anesthsia {
|
|
position: relative;
|
|
top: -20px;
|
|
}
|
|
}
|
|
</style>
|
|
<div class="main-anesthsia">
|
|
<div class="sub-anesthsia">
|
|
রক্তের অধিযাচন পত্র
|
|
</div>
|
|
<div style="font-weight: bold;" class="sub-anesthsia">
|
|
Blood Requisition Form
|
|
</div>
|
|
</div>
|