Hi All,
i have a very simple html. due to some limitations, i cannot modify the html content. I want to center the text vertically only using css.
<html>
<head>...</head>
<body>
<div>Ops, the webpage is currently not available</div>
</body>
</html>
Note that the size of the html can be variable.
In additional, if the text cannot be displayed in one line, it should be broken into multiple lines.
Is it possible?