Hello. I can't set css property text-align for page.
and then use it:
but text-align is still left. Why? Please, help me to solve this problem.
.newpage {
page-break-before: always;
text-align-last: justify;
text-align: justify;
}
@page {
.....
text-align-last: justify;
text-align: justify;
.....
}
and then use it:
..information...(about half of page and then pagebreak )
<div class=newpage">
...information...
</div>
but text-align is still left. Why? Please, help me to solve this problem.