I want to make a line on the top of the page that can't be zoomed. Neither the line, nor the text contained in it. The main problem is the text. Whenever I zoom in my browser, the line stays the same height, but the text in it grows, and goes out from the line.
Is there any css command what I can use?
I've already tried font-size-adjust: none;
and -webkit-text-size-adjust: none;
but none of them worked.
Here is a fiddle what I've tried to do.