25 lines
446 B
HTML
25 lines
446 B
HTML
<style>
|
|
.main-anesthsia{
|
|
|
|
}
|
|
.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 class="main-anesthsia">
|
|
<div class="sub-anesthsia">
|
|
<h1>Operation Note</h1>
|
|
</div>
|
|
</div>
|