I’m trying to make the text 100% height of a div but it doesn’t work.
It just becomes 100% of the body { font-size:?; }.
Is there any way to make it follow the div height?
The div height is 4% of the whole page and I wan’t the text to follow it when you resize/change resolution.
To get the result I wanted, I had to use this code:
Thank you joshuanhibbert@css-tricks for the help!