I want to know if it is possible to fill the viewport of the browser even if my content, say, text, isn’t enough.
What i mean is?
<div style=“height:100%; border: 1 solid black”>
Demo Demo
</div>
I want it to be on my entire viewport and not just wrap around “Demo Demo”
Pls help.
Thanks