text-align: justify; Underline missing
meloht opened this issue · 0 comments
meloht commented
<html>
<head>
<meta charset="UTF-8"/>
<style>
@page {
counter-increment: page;
size: A4 portrait;
margin-left: 64px;
margin-right: 64px;
}
div.content {
display: block;
font-family: Arial, sans-serif;
text-align: justify;
}
</style>
</head>
<body>
<div class="content">
<p>
<strong ><u>NOTICE OF ASSESSMENT ISSUED TO REGULATION OF THE SKILLS
DEVELOPMENT DEVELOPMENT DEVELOPMENT</u></strong>
</p>
</div>
</body>
</html>