How exactly does one center text vertically in a div with height 50%? I tried setting line height to 25% or 100%. Since I need the div to fill in half of the height of the screen at all times I cant use padding otherwise I already would have to solve the issue.
Any ideas?
Edit: I dont see how this a duplicate. In stackoverflow they only talk about centering text on static heights.