25 lines
584 B
HTML
25 lines
584 B
HTML
<style>
|
|
.sub-anesthsia{
|
|
text-align: center;
|
|
padding-bottom: 4px;
|
|
font-size: 16px;
|
|
/* overflow: hidden; */
|
|
line-height: 1.2rem;
|
|
|
|
}
|
|
@media print {
|
|
.sub-anesthsia {
|
|
position: relative;
|
|
top: -20px;
|
|
}
|
|
}
|
|
</style>
|
|
<div >
|
|
<div class="sub-anesthsia">
|
|
Department of Interventional Neurology
|
|
</div>
|
|
<div style="font-weight: bold;" class="sub-anesthsia">
|
|
AVM/AVF Embolization এর জন্য সম্মতিপত্র (Consent Form)
|
|
</div>
|
|
</div>
|