can anyone tell me what is wrong about this code:
<p id="text" style="font-size: max(6vh, 6vw);" />
the html inspections says invalid value. Why doesn't this work?
can anyone tell me what is wrong about this code:
<p id="text" style="font-size: max(6vh, 6vw);" />
the html inspections says invalid value. Why doesn't this work?
max()
ist experimental and only works in Safari
See the Documentation on MDN: max()
#Browser Compatibility